#AA7236

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

Shades of Reno Sand #AA7236

Tints of Reno Sand #AA7236

Color information

#AA7236 (or 0xAA7236) is unknown color: approx Reno Sand. HEX triplet: AA, 72 and 36. RGB value is (170,114,54). Sum of RGB (Red+Green+Blue) = 170+114+54=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7236 is #558DC9. Grayscale: #7C7C7C. Windows color (decimal): -5606858 or 3568298. OLE color: 3568298.

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

Color convert

RGB17011454-
CMYK00.330.680.33
HSL31.03º51.79%43.92%-
HSV(B)31.03º68.24%66.67%-
XYZ23.2620.856.29-
YUV123.988.55160.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.30%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 54 (21.48% from 255) = 15.98%
R=50.30%
G=33.73%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701145400.330.680.3331.0351.7943.92
HexAA723602144211f342c
Octal2521626604110441376454
Binary1010101011100101101100100001100010010000111111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7236; }

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

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

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

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

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

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

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

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