#AC8506

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

Shades of Dark Goldenrod #AC8506

Tints of Dark Goldenrod #AC8506

Color information

#AC8506 (or 0xAC8506) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 85 and 06. RGB value is (172,133,6). Sum of RGB (Red+Green+Blue) = 172+133+6=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8506 is #537AF9. Grayscale: #828282. Windows color (decimal): -5470970 or 427436. OLE color: 427436.

HSL color Cylindrical-coordinate representation of color #AC8506: hue angle of 45.9º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC8506 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB1721336-
CMYK00.230.970.33
HSL45.9º93.26%34.9%-
HSV(B)45.9º96.51%67.45%-
XYZ25.4325.563.77-
YUV130.1857.92157.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.31%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 6 (2.73% from 255) = 1.93%
R=55.31%
G=42.77%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172133600.230.970.3345.993.2634.9
HexAC85601761212e5d23
Octal2542056027141415613543
Binary101011001000010111001011111000011000011011101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8506; }

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

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

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

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

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

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

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

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