Html Css Color HEX #AA9D79 Tallow

📋 copy color: '#AA9D79'

red 170 ◦ green 157 ◦ blue 121

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

Shades of Tallow #AA9D79

Tints of Tallow #AA9D79

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.04%

 BLUE value IS 121 (47.66% from 255) = 27.01%

R = 37.95%
G = 35.04%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA9D79 (or 0xAA9D79) is known color: Tallow. HEX triplet: AA, 9D and 79. RGB value is (170,157,121). Sum of RGB (Red+Green+Blue) = 170+157+121=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D79 is #556286. Grayscale: #9C9C9C. Windows color (decimal): -5595783 or 7970218. OLE color: 7970218.

HSL color Cylindrical-coordinate representation of color #AA9D79: hue angle of 44.08º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA9D79 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 157 121 -
CMYK 0 0.08 0.29 0.33
HSL 44.08º 0.22% 0.57% -
HSV(B) 44.08º 0.29% 0.67% -
XYZ 32.09 34.04 22.97 -
YUV 156.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 170 157 121 0 0.08 0.29 0.33 44.08 0.22 0.57
Hex AA 9D 79 0 8 1D 21 2C 16 39
Octal 252 235 171 0 10 35 41 54 26 71
Binary 10101010 10011101 1111001 0 1000 11101 100001 101100 10110 111001

Color Harmonies of #AA9D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9D79

Black with #AA9D79

Text Example


Text Example

White with #AA9D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9D79; }

 p { color: rgb(170,157,121); }

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

background-color css

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

 a { background-color: rgb(170,157,121); }

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

border-color css

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

 span { border-color: rgb(170,157,121); }

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