#A05119

Color #A05119 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A05119

Tints of Rich Gold #A05119

Color information

#A05119 (or 0xA05119) is unknown color: approx Rich Gold. HEX triplet: A0, 51 and 19. RGB value is (160,81,25). Sum of RGB (Red+Green+Blue) = 160+81+25=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A05119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05119 is #5FAEE6. Grayscale: #626262. Windows color (decimal): -6270695 or 1659296. OLE color: 1659296.

HSL color Cylindrical-coordinate representation of color #A05119: hue angle of 24.89º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A05119 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB1608125-
CMYK00.490.840.37
HSL24.89º72.97%36.27%-
HSV(B)24.89º84.38%62.75%-
XYZ17.6213.432.58-
YUV98.2486.67172.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 60.15%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 25 (10.16% from 255) = 9.40%
R=60.15%
G=30.45%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160812500.490.840.3724.8972.9736.27
HexA051190315425194924
Octal24012131061124453111144
Binary1010000010100011100101100011010100100101110011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05119; }

 p { color: rgb(160,81,25); }

 H1.HeaderClassName
 {
   color: #A05119;
 }
 .AnyTagClassName
 {
   color: #A05119;
 }
</style>
background-color css

<style>
 a { background-color: #A05119; }

 a { background-color: rgb(160,81,25); }

 div.DivClassName
 {
   background-color: #A05119;
 }
 .BgClassName
 {
   background-color: #A05119;
 }
</style>
border-color css

<style>
 span { border-color: #A05119; }

 span { border-color: rgb(160,81,25); }

 td.TdClassName
 {
   border-color: #A05119;
 }
 .TagClassName
 {
   border-color: #A05119;
 }
</style>