#AA6E33

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

Shades of Reno Sand #AA6E33

Tints of Reno Sand #AA6E33

Color information

#AA6E33 (or 0xAA6E33) is unknown color: approx Reno Sand. HEX triplet: AA, 6E and 33. RGB value is (170,110,51). Sum of RGB (Red+Green+Blue) = 170+110+51=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E33 is #5591CC. Grayscale: #797979. Windows color (decimal): -5607885 or 3370666. OLE color: 3370666.

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

Color convert

RGB17011051-
CMYK00.350.70.33
HSL29.75º53.85%43.33%-
HSV(B)29.75º70%66.67%-
XYZ22.7519.945.78-
YUV121.2188.38162.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 51 (20.31% from 255) = 15.41%
R=51.36%
G=33.23%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701105100.350.70.3329.7553.8543.33
HexAA6E3302346211e362b
Octal2521566304310641366653
Binary1010101011011101100110100011100011010000111110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E33; }

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

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

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

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

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

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

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

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