#AC850A

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

Shades of Dark Goldenrod #AC850A

Tints of Dark Goldenrod #AC850A

Color information

#AC850A (or 0xAC850A) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 85 and 0A. RGB value is (172,133,10). Sum of RGB (Red+Green+Blue) = 172+133+10=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC850A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC850A is #537AF5. Grayscale: #838383. Windows color (decimal): -5470966 or 689580. OLE color: 689580.

HSL color Cylindrical-coordinate representation of color #AC850A: hue angle of 45.56º degrees, saturation: 0.89, 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 #AC850A is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB17213310-
CMYK00.230.940.33
HSL45.56º89.01%35.69%-
HSV(B)45.56º94.19%67.45%-
XYZ25.4625.573.88-
YUV130.6459.92157.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.60%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 10 (4.30% from 255) = 3.17%
R=54.60%
G=42.22%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721331000.230.940.3345.5689.0135.69
HexAC85A0175E212e5924
Octal25420512027136415613144
Binary1010110010000101101001011110111101000011011101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC850A; }

 p { color: rgb(172,133,10); }

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

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

 a { background-color: rgb(172,133,10); }

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

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

 span { border-color: rgb(172,133,10); }

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