#AA7234

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

Shades of Reno Sand #AA7234

Tints of Reno Sand #AA7234

Color information

#AA7234 (or 0xAA7234) is unknown color: approx Reno Sand. HEX triplet: AA, 72 and 34. RGB value is (170,114,52). Sum of RGB (Red+Green+Blue) = 170+114+52=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7234 is #558DCB. Grayscale: #7B7B7B. Windows color (decimal): -5606860 or 3437226. OLE color: 3437226.

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

Color convert

RGB17011452-
CMYK00.330.690.33
HSL31.53º53.15%43.53%-
HSV(B)31.53º69.41%66.67%-
XYZ23.2120.836.05-
YUV123.6887.55161.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 52 (20.70% from 255) = 15.48%
R=50.60%
G=33.93%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701145200.330.690.3331.5353.1543.53
HexAA7234021452120352c
Octal2521626404110541406554
Binary10101010111001011010001000011000101100001100000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7234; }

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

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

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

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

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

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

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

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