Html Css Color HEX #AA7239 Reno Sand

📋 copy color: '#AA7239'

red 170 ◦ green 114 ◦ blue 57

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

Shades of Reno Sand #AA7239

Tints of Reno Sand #AA7239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.72%

R = 49.85%
G = 33.43%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA7239 (or 0xAA7239) is known color: Reno Sand. HEX triplet: AA, 72 and 39. RGB value is (170,114,57). Sum of RGB (Red+Green+Blue) = 170+114+57=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7239 is #558DC6. Grayscale: #7C7C7C. Windows color (decimal): -5606855 or 3764906. OLE color: 3764906.

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

Color convert

RGB 170 114 57 -
CMYK 0 0.33 0.66 0.33
HSL 30.27º 0.5% 0.45% -
HSV(B) 30.27º 0.66% 0.67% -
XYZ 23.33 20.88 6.67 -
YUV 124.25 90.05 160.63 -
System Red Green Blue C M Y K H S L
Decimal 170 114 57 0 0.33 0.66 0.33 30.27 0.5 0.45
Hex AA 72 39 0 21 42 21 1E 32 2D
Octal 252 162 71 0 41 102 41 36 62 55
Binary 10101010 1110010 111001 0 100001 1000010 100001 11110 110010 101101

Color Harmonies of #AA7239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7239

Black with #AA7239

Text Example


Text Example

White with #AA7239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7239; }

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

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

background-color css

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

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

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

border-color css

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

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

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