#AA6E32

Color #AA6E32 Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #AA6E32

Tints of Reno Sand #AA6E32

Color information

#AA6E32 (or 0xAA6E32) is unknown color: approx Reno Sand. HEX triplet: AA, 6E and 32. RGB value is (170,110,50). Sum of RGB (Red+Green+Blue) = 170+110+50=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E32 is #5591CD. Grayscale: #797979. Windows color (decimal): -5607886 or 3305130. OLE color: 3305130.

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

Color convert

RGB17011050-
CMYK00.350.710.33
HSL30º54.55%43.14%-
HSV(B)30º70.59%66.67%-
XYZ22.7319.935.67-
YUV121.187.88162.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.52%
GREEN value IS 110 (43.36% from 255) = 33.33%
BLUE value IS 50 (19.92% from 255) = 15.15%
R=51.52%
G=33.33%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701105000.350.710.333054.5543.14
HexAA6E3202347211e372b
Octal2521566204310741366753
Binary1010101011011101100100100011100011110000111110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E32; }

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

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

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

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

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

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

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

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