#A85A19

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

Shades of Rich Gold #A85A19

Tints of Rich Gold #A85A19

Color information

#A85A19 (or 0xA85A19) is unknown color: approx Rich Gold. HEX triplet: A8, 5A and 19. RGB value is (168,90,25). Sum of RGB (Red+Green+Blue) = 168+90+25=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85A19 is #57A5E6. Grayscale: #6A6A6A. Windows color (decimal): -5744103 or 1661608. OLE color: 1661608.

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

Color convert

RGB1689025-
CMYK00.460.850.34
HSL27.27º74.09%37.84%-
HSV(B)27.27º85.12%65.88%-
XYZ19.9815.712.9-
YUV105.9182.34172.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 59.36%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 25 (10.16% from 255) = 8.83%
R=59.36%
G=31.80%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168902500.460.850.3427.2774.0937.84
HexA85A1902E55221b4a26
Octal25013231056125423311246
Binary1010100010110101100101011101010101100010110111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85A19; }

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

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

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

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

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

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

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

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