#AC8A03

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

Shades of Dark Goldenrod #AC8A03

Tints of Dark Goldenrod #AC8A03

Color information

#AC8A03 (or 0xAC8A03) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 8A and 03. RGB value is (172,138,3). Sum of RGB (Red+Green+Blue) = 172+138+3=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8A03 is #5375FC. Grayscale: #858585. Windows color (decimal): -5469693 or 232108. OLE color: 232108.

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

Color convert

RGB1721383-
CMYK00.200.980.33
HSL47.93º96.57%34.31%-
HSV(B)47.93º98.26%67.45%-
XYZ26.1226.953.91-
YUV132.7854.76155.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.95%
GREEN value IS 138 (54.30% from 255) = 44.09%
BLUE value IS 3 (1.56% from 255) = 0.96%
R=54.95%
G=44.09%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172138300.200.980.3347.9396.5734.31
HexAC8A30146221306122
Octal2542123024142416014142
Binary10101100100010101101010011000101000011100001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A03; }

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

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

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

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

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

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

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

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