#AC880B

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

Shades of Dark Goldenrod #AC880B

Tints of Dark Goldenrod #AC880B

Color information

#AC880B (or 0xAC880B) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 88 and 0B. RGB value is (172,136,11). Sum of RGB (Red+Green+Blue) = 172+136+11=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC880B is #5377F4. Grayscale: #858585. Windows color (decimal): -5470197 or 755884. OLE color: 755884.

HSL color Cylindrical-coordinate representation of color #AC880B: hue angle of 46.58º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC880B is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB17213611-
CMYK00.210.940.33
HSL46.58º87.98%35.88%-
HSV(B)46.58º93.6%67.45%-
XYZ25.8826.44.05-
YUV132.5159.43156.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.92%
GREEN value IS 136 (53.52% from 255) = 42.63%
BLUE value IS 11 (4.69% from 255) = 3.45%
R=53.92%
G=42.63%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721361100.210.940.3346.5887.9835.88
HexAC88B0155E212f5824
Octal25421013025136415713044
Binary1010110010001000101101010110111101000011011111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC880B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC880B; }

 p { color: rgb(172,136,11); }

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

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

 a { background-color: rgb(172,136,11); }

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

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

 span { border-color: rgb(172,136,11); }

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