#AC8A01

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

Shades of Dark Goldenrod #AC8A01

Tints of Dark Goldenrod #AC8A01

Color information

#AC8A01 (or 0xAC8A01) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 8A and 01. RGB value is (172,138,1). Sum of RGB (Red+Green+Blue) = 172+138+1=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8A01 is #5375FE. Grayscale: #858585. Windows color (decimal): -5469695 or 101036. OLE color: 101036.

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

Color convert

RGB1721381-
CMYK00.200.990.33
HSL48.07º98.84%33.92%-
HSV(B)48.07º99.42%67.45%-
XYZ26.1126.953.85-
YUV132.5553.76156.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.31%
GREEN value IS 138 (54.30% from 255) = 44.37%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=55.31%
G=44.37%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172138100.200.990.3348.0798.8433.92
HexAC8A10146321306322
Octal2542121024143416014342
Binary1010110010001010101010011000111000011100001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A01; }

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

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

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

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

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

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

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

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