Html Css Color HEX #AA7032 Reno Sand

📋 copy color: '#AA7032'

red 170 ◦ green 112 ◦ blue 50

#AA7032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reno Sand #AA7032

Tints of Reno Sand #AA7032

RGB

 RED value IS 170 (66.8% from 255) = 51.2%

 GREEN value IS 112 (44.14% from 255) = 33.73%

 BLUE value IS 50 (19.92% from 255) = 15.06%

R = 51.2%
G = 33.73%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA7032 (or 0xAA7032) is known color: Reno Sand. HEX triplet: AA, 70 and 32. RGB value is (170,112,50). Sum of RGB (Red+Green+Blue) = 170+112+50=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7032 is #558FCD. Grayscale: #7A7A7A. Windows color (decimal): -5607374 or 3305642. OLE color: 3305642.

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

Color convert

RGB 170 112 50 -
CMYK 0 0.34 0.71 0.33
HSL 31º 0.55% 0.43% -
HSV(B) 31º 0.71% 0.67% -
XYZ 22.95 20.36 5.74 -
YUV 122.27 87.22 162.04 -
System Red Green Blue C M Y K H S L
Decimal 170 112 50 0 0.34 0.71 0.33 31 0.55 0.43
Hex AA 70 32 0 22 47 21 1F 37 2B
Octal 252 160 62 0 42 107 41 37 67 53
Binary 10101010 1110000 110010 0 100010 1000111 100001 11111 110111 101011

Color Harmonies of #AA7032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7032

Black with #AA7032

Text Example


Text Example

White with #AA7032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7032; }

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

 H1.HeaderClassName
 {
   color: #AA7032;
 }
 .AnyTagClassName
 {
   color: #AA7032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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