#A88606

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

Shades of Dark Goldenrod #A88606

Tints of Dark Goldenrod #A88606

Color information

#A88606 (or 0xA88606) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 86 and 06. RGB value is (168,134,6). Sum of RGB (Red+Green+Blue) = 168+134+6=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A88606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88606 is #5779F9. Grayscale: #828282. Windows color (decimal): -5732858 or 427688. OLE color: 427688.

HSL color Cylindrical-coordinate representation of color #A88606: hue angle of 47.41º 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 #A88606 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB1681346-
CMYK00.200.960.34
HSL47.41º93.1%34.12%-
HSV(B)47.41º96.43%65.88%-
XYZ24.7125.393.77-
YUV129.5758.26155.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.55%
GREEN value IS 134 (52.73% from 255) = 43.51%
BLUE value IS 6 (2.73% from 255) = 1.95%
R=54.55%
G=43.51%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168134600.200.960.3447.4193.134.12
HexA886601460222f5d22
Octal2502066024140425713542
Binary101010001000011011001010011000001000101011111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88606; }

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

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

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

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

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

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

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

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