#AA6D37

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

Shades of Reno Sand #AA6D37

Tints of Reno Sand #AA6D37

Color information

#AA6D37 (or 0xAA6D37) is unknown color: approx Reno Sand. HEX triplet: AA, 6D and 37. RGB value is (170,109,55). Sum of RGB (Red+Green+Blue) = 170+109+55=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D37 is #5592C8. Grayscale: #797979. Windows color (decimal): -5608137 or 3632554. OLE color: 3632554.

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

Color convert

RGB17010955-
CMYK00.360.680.33
HSL28.17º51.11%44.12%-
HSV(B)28.17º67.65%66.67%-
XYZ22.7419.766.23-
YUV121.0890.71162.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 109 (42.97% from 255) = 32.63%
BLUE value IS 55 (21.88% from 255) = 16.47%
R=50.90%
G=32.63%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701095500.360.680.3328.1751.1144.12
HexAA6D3702444211c332c
Octal2521556704410441346354
Binary1010101011011011101110100100100010010000111100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D37; }

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

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

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

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

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

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

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

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