#A88506

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

Shades of Dark Goldenrod #A88506

Tints of Dark Goldenrod #A88506

Color information

#A88506 (or 0xA88506) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 85 and 06. RGB value is (168,133,6). Sum of RGB (Red+Green+Blue) = 168+133+6=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A88506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88506 is #577AF9. Grayscale: #818181. Windows color (decimal): -5733114 or 427432. OLE color: 427432.

HSL color Cylindrical-coordinate representation of color #A88506: hue angle of 47.04º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A88506 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB1681336-
CMYK00.210.960.34
HSL47.04º93.1%34.12%-
HSV(B)47.04º96.43%65.88%-
XYZ24.5725.113.72-
YUV128.9958.6155.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.72%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 6 (2.73% from 255) = 1.95%
R=54.72%
G=43.32%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168133600.210.960.3447.0493.134.12
HexA885601560222f5d22
Octal2502056025140425713542
Binary101010001000010111001010111000001000101011111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88506; }

 p { color: rgb(168,133,6); }

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

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

 a { background-color: rgb(168,133,6); }

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

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

 span { border-color: rgb(168,133,6); }

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