Html Css Color HEX #AA7236 Reno Sand

📋 copy color: '#AA7236'

red 170 ◦ green 114 ◦ blue 54

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

Shades of Reno Sand #AA7236

Tints of Reno Sand #AA7236

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.73%

 BLUE value IS 54 (21.48% from 255) = 15.98%

R = 50.3%
G = 33.73%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA7236 (or 0xAA7236) is known color: Reno Sand. HEX triplet: AA, 72 and 36. RGB value is (170,114,54). Sum of RGB (Red+Green+Blue) = 170+114+54=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7236 is #558DC9. Grayscale: #7C7C7C. Windows color (decimal): -5606858 or 3568298. OLE color: 3568298.

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

Color convert

RGB 170 114 54 -
CMYK 0 0.33 0.68 0.33
HSL 31.03º 0.52% 0.44% -
HSV(B) 31.03º 0.68% 0.67% -
XYZ 23.26 20.85 6.29 -
YUV 123.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 170 114 54 0 0.33 0.68 0.33 31.03 0.52 0.44
Hex AA 72 36 0 21 44 21 1F 34 2C
Octal 252 162 66 0 41 104 41 37 64 54
Binary 10101010 1110010 110110 0 100001 1000100 100001 11111 110100 101100

Color Harmonies of #AA7236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7236

Black with #AA7236

Text Example


Text Example

White with #AA7236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7236; }

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

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

background-color css

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

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

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

border-color css

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

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

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