#AA7A12

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

Shades of Dark Goldenrod #AA7A12

Tints of Dark Goldenrod #AA7A12

Color information

#AA7A12 (or 0xAA7A12) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 7A and 12. RGB value is (170,122,18). Sum of RGB (Red+Green+Blue) = 170+122+18=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7A12 is #5585ED. Grayscale: #7C7C7C. Windows color (decimal): -5604846 or 1211050. OLE color: 1211050.

HSL color Cylindrical-coordinate representation of color #AA7A12: hue angle of 41.05º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA7A12 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB17012218-
CMYK00.280.890.33
HSL41.05º80.85%36.86%-
HSV(B)41.05º89.41%66.67%-
XYZ23.6522.513.67-
YUV124.567.9160.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.84%
GREEN value IS 122 (48.05% from 255) = 39.35%
BLUE value IS 18 (7.42% from 255) = 5.81%
R=54.84%
G=39.35%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701221800.280.890.3341.0580.8536.86
HexAA7A1201C5921295125
Octal25217222034131415112145
Binary1010101011110101001001110010110011000011010011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A12; }

 p { color: rgb(170,122,18); }

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

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

 a { background-color: rgb(170,122,18); }

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

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

 span { border-color: rgb(170,122,18); }

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