#AA6F37

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

Shades of Reno Sand #AA6F37

Tints of Reno Sand #AA6F37

Color information

#AA6F37 (or 0xAA6F37) is unknown color: approx Reno Sand. HEX triplet: AA, 6F and 37. RGB value is (170,111,55). Sum of RGB (Red+Green+Blue) = 170+111+55=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F37 is #5590C8. Grayscale: #7A7A7A. Windows color (decimal): -5607625 or 3633066. OLE color: 3633066.

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

Color convert

RGB17011155-
CMYK00.350.680.33
HSL29.22º51.11%44.12%-
HSV(B)29.22º67.65%66.67%-
XYZ22.9520.196.3-
YUV122.2690.05162.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 111 (43.75% from 255) = 33.04%
BLUE value IS 55 (21.88% from 255) = 16.37%
R=50.60%
G=33.04%
B=16.37%

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
Decimal1701115500.350.680.3329.2251.1144.12
HexAA6F3702344211d332c
Octal2521576704310441356354
Binary1010101011011111101110100011100010010000111101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6F37; }

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

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

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

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

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

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

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

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