#AA870C

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

Shades of Dark Goldenrod #AA870C

Tints of Dark Goldenrod #AA870C

Color information

#AA870C (or 0xAA870C) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 87 and 0C. RGB value is (170,135,12). Sum of RGB (Red+Green+Blue) = 170+135+12=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA870C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA870C is #5578F3. Grayscale: #838383. Windows color (decimal): -5601524 or 821162. OLE color: 821162.

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

Color convert

RGB17013512-
CMYK00.210.930.33
HSL46.71º86.81%35.69%-
HSV(B)46.71º92.94%66.67%-
XYZ25.3125.94.01-
YUV131.4460.6155.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.63%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 12 (5.08% from 255) = 3.79%
R=53.63%
G=42.59%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701351200.210.930.3346.7186.8135.69
HexAA87C0155D212f5724
Octal25220714025135415712744
Binary1010101010000111110001010110111011000011011111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA870C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA870C; }

 p { color: rgb(170,135,12); }

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

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

 a { background-color: rgb(170,135,12); }

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

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

 span { border-color: rgb(170,135,12); }

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