#a85529

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

Shades of Rich Gold #A85529

Tints of Rich Gold #A85529

Color information

#A85529 (or 0xA85529) is unknown color: approx Rich Gold. HEX triplet: A8, 55 and 29. RGB value is (168,85,41). Sum of RGB (Red+Green+Blue) = 168+85+41=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A85529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85529 is #57AAD6. Grayscale: #696969. Windows color (decimal): -5745367 or 2708904. OLE color: 2708904.

HSL color Cylindrical-coordinate representation of color #A85529: hue angle of 20.79º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A85529 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB1688541-
CMYK00.490.760.34
HSL20.79º60.77%40.98%-
HSV(B)20.79º75.6%65.88%-
XYZ19.814.983.95-
YUV104.892173.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.14%
GREEN value IS 85 (33.59% from 255) = 28.91%
BLUE value IS 41 (16.41% from 255) = 13.95%
R=57.14%
G=28.91%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168854100.490.760.3420.7960.7740.98
HexA855290314C22153d29
Octal2501255106111442257551
Binary1010100010101011010010110001100110010001010101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a85529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a85529; }

 p { color: rgb(168,85,41); }

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

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

 a { background-color: rgb(168,85,41); }

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

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

 span { border-color: rgb(168,85,41); }

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