#A85A18

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

Shades of Rich Gold #A85A18

Tints of Rich Gold #A85A18

Color information

#A85A18 (or 0xA85A18) is unknown color: approx Rich Gold. HEX triplet: A8, 5A and 18. RGB value is (168,90,24). Sum of RGB (Red+Green+Blue) = 168+90+24=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85A18 is #57A5E7. Grayscale: #6A6A6A. Windows color (decimal): -5744104 or 1596072. OLE color: 1596072.

HSL color Cylindrical-coordinate representation of color #A85A18: hue angle of 27.5º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A85A18 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB1689024-
CMYK00.460.860.34
HSL27.5º75%37.65%-
HSV(B)27.5º85.71%65.88%-
XYZ19.9715.72.84-
YUV105.881.84172.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 59.57%
GREEN value IS 90 (35.55% from 255) = 31.91%
BLUE value IS 24 (9.77% from 255) = 8.51%
R=59.57%
G=31.91%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168902400.460.860.3427.57537.65
HexA85A1802E56221c4b26
Octal25013230056126423411346
Binary1010100010110101100001011101010110100010111001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85A18; }

 p { color: rgb(168,90,24); }

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

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

 a { background-color: rgb(168,90,24); }

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

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

 span { border-color: rgb(168,90,24); }

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