#AA6E15

Color #AA6E15 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AA6E15

Tints of Golden Brown #AA6E15

Color information

#AA6E15 (or 0xAA6E15) is unknown color: approx Golden Brown. HEX triplet: AA, 6E and 15. RGB value is (170,110,21). Sum of RGB (Red+Green+Blue) = 170+110+21=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6E15 is #5591EA. Grayscale: #767676. Windows color (decimal): -5607915 or 1404586. OLE color: 1404586.

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

Color convert

RGB17011021-
CMYK00.350.880.33
HSL35.84º78.01%37.45%-
HSV(B)35.84º87.65%66.67%-
XYZ22.2919.753.35-
YUV117.7973.38165.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.48%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 21 (8.59% from 255) = 6.98%
R=56.48%
G=36.54%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701102100.350.880.3335.8478.0137.45
HexAA6E150235821244e25
Octal25215625043130414411645
Binary10101010110111010101010001110110001000011001001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E15; }

 p { color: rgb(170,110,21); }

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

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

 a { background-color: rgb(170,110,21); }

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

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

 span { border-color: rgb(170,110,21); }

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