#AA7037

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

Shades of Reno Sand #AA7037

Tints of Reno Sand #AA7037

Color information

#AA7037 (or 0xAA7037) is unknown color: approx Reno Sand. HEX triplet: AA, 70 and 37. RGB value is (170,112,55). Sum of RGB (Red+Green+Blue) = 170+112+55=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7037 is #558FC8. Grayscale: #7B7B7B. Windows color (decimal): -5607369 or 3633322. OLE color: 3633322.

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

Color convert

RGB17011255-
CMYK00.340.680.33
HSL29.74º51.11%44.12%-
HSV(B)29.74º67.65%66.67%-
XYZ23.0620.416.34-
YUV122.8489.72161.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 55 (21.88% from 255) = 16.32%
R=50.45%
G=33.23%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701125500.340.680.3329.7451.1144.12
HexAA703702244211e332c
Octal2521606704210441366354
Binary1010101011100001101110100010100010010000111110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7037; }

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

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

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

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

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

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

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

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