#A5850C

Color #A5850C Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A5850C

Tints of Dark Goldenrod #A5850C

Color information

#A5850C (or 0xA5850C) is unknown color: approx Dark Goldenrod. HEX triplet: A5, 85 and 0C. RGB value is (165,133,12). Sum of RGB (Red+Green+Blue) = 165+133+12=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5850C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5850C is #5A7AF3. Grayscale: #818181. Windows color (decimal): -5929716 or 820645. OLE color: 820645.

HSL color Cylindrical-coordinate representation of color #A5850C: hue angle of 47.45º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5850C is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB16513312-
CMYK00.190.930.35
HSL47.45º86.44%34.71%-
HSV(B)47.45º92.73%64.71%-
XYZ23.9724.83.87-
YUV128.7762.1153.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.23%
GREEN value IS 133 (52.34% from 255) = 42.90%
BLUE value IS 12 (5.08% from 255) = 3.87%
R=53.23%
G=42.90%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651331200.190.930.3547.4586.4434.71
HexA585C0135D232f5623
Octal24520514023135435712643
Binary1010010110000101110001001110111011000111011111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5850C; }

 p { color: rgb(165,133,12); }

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

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

 a { background-color: rgb(165,133,12); }

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

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

 span { border-color: rgb(165,133,12); }

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