#A85A21

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

Shades of Rich Gold #A85A21

Tints of Rich Gold #A85A21

Color information

#A85A21 (or 0xA85A21) is unknown color: approx Rich Gold. HEX triplet: A8, 5A and 21. RGB value is (168,90,33). Sum of RGB (Red+Green+Blue) = 168+90+33=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85A21 is #57A5DE. Grayscale: #6B6B6B. Windows color (decimal): -5744095 or 2185896. OLE color: 2185896.

HSL color Cylindrical-coordinate representation of color #A85A21: hue angle of 25.33º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A85A21 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB1689033-
CMYK00.460.800.34
HSL25.33º67.16%39.41%-
HSV(B)25.33º80.36%65.88%-
XYZ20.0815.753.42-
YUV106.8286.34171.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.73%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 33 (13.28% from 255) = 11.34%
R=57.73%
G=30.93%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168903300.460.800.3425.3367.1639.41
HexA85A2102E5022194327
Octal25013241056120423110347
Binary10101000101101010000101011101010000100010110011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85A21; }

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

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

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

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

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

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

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

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