#AC8A07

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

Shades of Dark Goldenrod #AC8A07

Tints of Dark Goldenrod #AC8A07

Color information

#AC8A07 (or 0xAC8A07) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 8A and 07. RGB value is (172,138,7). Sum of RGB (Red+Green+Blue) = 172+138+7=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8A07 is #5375F8. Grayscale: #858585. Windows color (decimal): -5469689 or 494252. OLE color: 494252.

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

Color convert

RGB1721387-
CMYK00.200.960.33
HSL47.64º92.18%35.1%-
HSV(B)47.64º95.93%67.45%-
XYZ26.1426.964.03-
YUV133.2356.76155.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.26%
GREEN value IS 138 (54.30% from 255) = 43.53%
BLUE value IS 7 (3.12% from 255) = 2.21%
R=54.26%
G=43.53%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172138700.200.960.3347.6492.1835.1
HexAC8A70146021305c23
Octal2542127024140416013443
Binary101011001000101011101010011000001000011100001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A07; }

 p { color: rgb(172,138,7); }

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

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

 a { background-color: rgb(172,138,7); }

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

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

 span { border-color: rgb(172,138,7); }

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