#AA6E37

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

Shades of Reno Sand #AA6E37

Tints of Reno Sand #AA6E37

Color information

#AA6E37 (or 0xAA6E37) is unknown color: approx Reno Sand. HEX triplet: AA, 6E and 37. RGB value is (170,110,55). Sum of RGB (Red+Green+Blue) = 170+110+55=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E37 is #5591C8. Grayscale: #797979. Windows color (decimal): -5607881 or 3632810. OLE color: 3632810.

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

Color convert

RGB17011055-
CMYK00.350.680.33
HSL28.7º51.11%44.12%-
HSV(B)28.7º67.65%66.67%-
XYZ22.8419.976.27-
YUV121.6790.38162.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 55 (21.88% from 255) = 16.42%
R=50.75%
G=32.84%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701105500.350.680.3328.751.1144.12
HexAA6E3702344211d332c
Octal2521566704310441356354
Binary1010101011011101101110100011100010010000111101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E37; }

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

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

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

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

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

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

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

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