Html Css Color HEX #AA7439 Reno Sand

📋 copy color: '#AA7439'

red 170 ◦ green 116 ◦ blue 57

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

Shades of Reno Sand #AA7439

Tints of Reno Sand #AA7439

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.82%

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

R = 49.56%
G = 33.82%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA7439 (or 0xAA7439) is known color: Reno Sand. HEX triplet: AA, 74 and 39. RGB value is (170,116,57). Sum of RGB (Red+Green+Blue) = 170+116+57=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7439 is #558BC6. Grayscale: #7D7D7D. Windows color (decimal): -5606343 or 3765418. OLE color: 3765418.

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

Color convert

RGB 170 116 57 -
CMYK 0 0.32 0.66 0.33
HSL 31.33º 0.5% 0.45% -
HSV(B) 31.33º 0.66% 0.67% -
XYZ 23.56 21.33 6.75 -
YUV 125.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 170 116 57 0 0.32 0.66 0.33 31.33 0.5 0.45
Hex AA 74 39 0 20 42 21 1F 32 2D
Octal 252 164 71 0 40 102 41 37 62 55
Binary 10101010 1110100 111001 0 100000 1000010 100001 11111 110010 101101

Color Harmonies of #AA7439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7439

Black with #AA7439

Text Example


Text Example

White with #AA7439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7439; }

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

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

background-color css

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

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

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

border-color css

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

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

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