#AA7036

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

Shades of Reno Sand #AA7036

Tints of Reno Sand #AA7036

Color information

#AA7036 (or 0xAA7036) is unknown color: approx Reno Sand. HEX triplet: AA, 70 and 36. RGB value is (170,112,54). Sum of RGB (Red+Green+Blue) = 170+112+54=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7036 is #558FC9. Grayscale: #7B7B7B. Windows color (decimal): -5607370 or 3567786. OLE color: 3567786.

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

Color convert

RGB17011254-
CMYK00.340.680.33
HSL30º51.79%43.92%-
HSV(B)30º68.24%66.67%-
XYZ23.0420.46.21-
YUV122.7389.22161.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 54 (21.48% from 255) = 16.07%
R=50.60%
G=33.33%
B=16.07%

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
Decimal1701125400.340.680.333051.7943.92
HexAA703602244211e342c
Octal2521606604210441366454
Binary1010101011100001101100100010100010010000111110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7036; }

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

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

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

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

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

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

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

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