#AA7E0C

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

Shades of Dark Goldenrod #AA7E0C

Tints of Dark Goldenrod #AA7E0C

Color information

#AA7E0C (or 0xAA7E0C) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 7E and 0C. RGB value is (170,126,12). Sum of RGB (Red+Green+Blue) = 170+126+12=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7E0C is #5581F3. Grayscale: #7E7E7E. Windows color (decimal): -5603828 or 818858. OLE color: 818858.

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

Color convert

RGB17012612-
CMYK00.260.930.33
HSL43.29º86.81%35.69%-
HSV(B)43.29º92.94%66.67%-
XYZ24.123.493.61-
YUV126.1663.58159.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.19%
GREEN value IS 126 (49.61% from 255) = 40.91%
BLUE value IS 12 (5.08% from 255) = 3.90%
R=55.19%
G=40.91%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701261200.260.930.3343.2986.8135.69
HexAA7EC01A5D212b5724
Octal25217614032135415312744
Binary101010101111110110001101010111011000011010111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E0C; }

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

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

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

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

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

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

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

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