#AA7136

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

Shades of Reno Sand #AA7136

Tints of Reno Sand #AA7136

Color information

#AA7136 (or 0xAA7136) is unknown color: approx Reno Sand. HEX triplet: AA, 71 and 36. RGB value is (170,113,54). Sum of RGB (Red+Green+Blue) = 170+113+54=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7136 is #558EC9. Grayscale: #7B7B7B. Windows color (decimal): -5607114 or 3568042. OLE color: 3568042.

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

Color convert

RGB17011354-
CMYK00.340.680.33
HSL30.52º51.79%43.92%-
HSV(B)30.52º68.24%66.67%-
XYZ23.1520.626.25-
YUV123.3288.88161.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 54 (21.48% from 255) = 16.02%
R=50.45%
G=33.53%
B=16.02%

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
Decimal1701135400.340.680.3330.5251.7943.92
HexAA713602244211f342c
Octal2521616604210441376454
Binary1010101011100011101100100010100010010000111111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7136; }

 p { color: rgb(170,113,54); }

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

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

 a { background-color: rgb(170,113,54); }

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

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

 span { border-color: rgb(170,113,54); }

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