#AC8200

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

Shades of Dark Goldenrod #AC8200

Tints of Dark Goldenrod #AC8200

Color information

#AC8200 (or 0xAC8200) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 82 and 00. RGB value is (172,130,0). Sum of RGB (Red+Green+Blue) = 172+130+0=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8200 is #537DFF. Grayscale: #808080. Windows color (decimal): -5471744 or 33452. OLE color: 33452.

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

Color convert

RGB1721300-
CMYK00.2410.33
HSL45.35º100%33.73%-
HSV(B)45.35º100%67.45%-
XYZ2524.743.46-
YUV127.7455.91159.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.95%
GREEN value IS 130 (51.17% from 255) = 43.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.95%
G=43.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172130000.2410.3345.3510033.73
HexAC82001864212d6422
Octal2542020030144415514442
Binary1010110010000010001100011001001000011011011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8200; }

 p { color: rgb(172,130,0); }

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

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

 a { background-color: rgb(172,130,0); }

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

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

 span { border-color: rgb(172,130,0); }

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