#AC8903

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

Shades of Dark Goldenrod #AC8903

Tints of Dark Goldenrod #AC8903

Color information

#AC8903 (or 0xAC8903) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 89 and 03. RGB value is (172,137,3). Sum of RGB (Red+Green+Blue) = 172+137+3=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8903 is #5376FC. Grayscale: #848484. Windows color (decimal): -5469949 or 231852. OLE color: 231852.

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

Color convert

RGB1721373-
CMYK00.200.980.33
HSL47.57º96.57%34.31%-
HSV(B)47.57º98.26%67.45%-
XYZ25.9826.673.86-
YUV132.1955.1156.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.13%
GREEN value IS 137 (53.91% from 255) = 43.91%
BLUE value IS 3 (1.56% from 255) = 0.96%
R=55.13%
G=43.91%
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
Decimal172137300.200.980.3347.5796.5734.31
HexAC8930146221306122
Octal2542113024142416014142
Binary10101100100010011101010011000101000011100001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8903; }

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

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

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

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

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

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

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

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