Html Css Color HEX #AA7033 Reno Sand

📋 copy color: '#AA7033'

red 170 ◦ green 112 ◦ blue 51

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

Shades of Reno Sand #AA7033

Tints of Reno Sand #AA7033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.32%

R = 51.05%
G = 33.63%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA7033 (or 0xAA7033) is known color: Reno Sand. HEX triplet: AA, 70 and 33. RGB value is (170,112,51). Sum of RGB (Red+Green+Blue) = 170+112+51=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7033 is #558FCC. Grayscale: #7A7A7A. Windows color (decimal): -5607373 or 3371178. OLE color: 3371178.

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

Color convert

RGB 170 112 51 -
CMYK 0 0.34 0.7 0.33
HSL 30.76º 0.54% 0.43% -
HSV(B) 30.76º 0.7% 0.67% -
XYZ 22.97 20.37 5.85 -
YUV 122.39 87.72 161.96 -
System Red Green Blue C M Y K H S L
Decimal 170 112 51 0 0.34 0.7 0.33 30.76 0.54 0.43
Hex AA 70 33 0 22 46 21 1F 36 2B
Octal 252 160 63 0 42 106 41 37 66 53
Binary 10101010 1110000 110011 0 100010 1000110 100001 11111 110110 101011

Color Harmonies of #AA7033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7033

Black with #AA7033

Text Example


Text Example

White with #AA7033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7033; }

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

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

background-color css

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

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

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

border-color css

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

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

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