#AC8803

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

Shades of Dark Goldenrod #AC8803

Tints of Dark Goldenrod #AC8803

Color information

#AC8803 (or 0xAC8803) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 88 and 03. RGB value is (172,136,3). Sum of RGB (Red+Green+Blue) = 172+136+3=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8803 is #5377FC. Grayscale: #848484. Windows color (decimal): -5470205 or 231596. OLE color: 231596.

HSL color Cylindrical-coordinate representation of color #AC8803: hue angle of 47.22º 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 #AC8803 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB1721363-
CMYK00.210.980.33
HSL47.22º96.57%34.31%-
HSV(B)47.22º98.26%67.45%-
XYZ25.8326.393.82-
YUV131.655.43156.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.31%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 3 (1.56% from 255) = 0.96%
R=55.31%
G=43.73%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172136300.210.980.3347.2296.5734.31
HexAC88301562212f6122
Octal2542103025142415714142
Binary10101100100010001101010111000101000011011111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8803; }

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

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

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

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

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

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

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

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