#A85220

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

Shades of Rich Gold #A85220

Tints of Rich Gold #A85220

Color information

#A85220 (or 0xA85220) is unknown color: approx Rich Gold. HEX triplet: A8, 52 and 20. RGB value is (168,82,32). Sum of RGB (Red+Green+Blue) = 168+82+32=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A85220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85220 is #57ADDF. Grayscale: #666666. Windows color (decimal): -5746144 or 2118312. OLE color: 2118312.

HSL color Cylindrical-coordinate representation of color #A85220: hue angle of 22.06º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A85220 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB1688232-
CMYK00.510.810.34
HSL22.06º68%39.22%-
HSV(B)22.06º80.95%65.88%-
XYZ19.4314.463.13-
YUV102.0188.49175.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 59.57%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 32 (12.89% from 255) = 11.35%
R=59.57%
G=29.08%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168823200.510.810.3422.066839.22
HexA852200335122164427
Octal25012240063121422610447
Binary10101000101001010000001100111010001100010101101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85220; }

 p { color: rgb(168,82,32); }

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

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

 a { background-color: rgb(168,82,32); }

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

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

 span { border-color: rgb(168,82,32); }

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