#AA7135

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

Shades of Reno Sand #AA7135

Tints of Reno Sand #AA7135

Color information

#AA7135 (or 0xAA7135) is unknown color: approx Reno Sand. HEX triplet: AA, 71 and 35. RGB value is (170,113,53). Sum of RGB (Red+Green+Blue) = 170+113+53=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7135 is #558ECA. Grayscale: #7B7B7B. Windows color (decimal): -5607115 or 3502506. OLE color: 3502506.

HSL color Cylindrical-coordinate representation of color #AA7135: hue angle of 30.77º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA7135 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB17011353-
CMYK00.340.690.33
HSL30.77º52.47%43.73%-
HSV(B)30.77º68.82%66.67%-
XYZ23.1320.616.13-
YUV123.288.38161.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 53 (21.09% from 255) = 15.77%
R=50.60%
G=33.63%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701135300.340.690.3330.7752.4743.73
HexAA713502245211f342c
Octal2521616504210541376454
Binary1010101011100011101010100010100010110000111111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7135; }

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

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

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

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

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

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

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

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