Html Css Color HEX #AA7133 Reno Sand

📋 copy color: '#AA7133'

red 170 ◦ green 113 ◦ blue 51

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

Shades of Reno Sand #AA7133

Tints of Reno Sand #AA7133

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.83%

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

R = 50.9%
G = 33.83%
B = 15.27%

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

#AA7133 (or 0xAA7133) is known color: Reno Sand. HEX triplet: AA, 71 and 33. RGB value is (170,113,51). Sum of RGB (Red+Green+Blue) = 170+113+51=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7133 is #558ECC. Grayscale: #7B7B7B. Windows color (decimal): -5607117 or 3371434. OLE color: 3371434.

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

Color convert

RGB 170 113 51 -
CMYK 0 0.34 0.7 0.33
HSL 31.26º 0.54% 0.43% -
HSV(B) 31.26º 0.7% 0.67% -
XYZ 23.08 20.6 5.89 -
YUV 122.98 87.38 161.54 -
System Red Green Blue C M Y K H S L
Decimal 170 113 51 0 0.34 0.7 0.33 31.26 0.54 0.43
Hex AA 71 33 0 22 46 21 1F 36 2B
Octal 252 161 63 0 42 106 41 37 66 53
Binary 10101010 1110001 110011 0 100010 1000110 100001 11111 110110 101011

Color Harmonies of #AA7133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7133

Black with #AA7133

Text Example


Text Example

White with #AA7133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7133; }

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

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

background-color css

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

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

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

border-color css

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

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

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