Html Css Color HEX #AA9E76 Tallow

📋 copy color: '#AA9E76'

red 170 ◦ green 158 ◦ blue 118

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

Shades of Tallow #AA9E76

Tints of Tallow #AA9E76

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.43%

 BLUE value IS 118 (46.48% from 255) = 26.46%

R = 38.12%
G = 35.43%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA9E76 (or 0xAA9E76) is known color: Tallow. HEX triplet: AA, 9E and 76. RGB value is (170,158,118). Sum of RGB (Red+Green+Blue) = 170+158+118=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E76 is #556189. Grayscale: #9D9D9D. Windows color (decimal): -5595530 or 7773866. OLE color: 7773866.

HSL color Cylindrical-coordinate representation of color #AA9E76: hue angle of 46.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA9E76 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 158 118 -
CMYK 0 0.07 0.31 0.33
HSL 46.15º 0.23% 0.56% -
HSV(B) 46.15º 0.31% 0.67% -
XYZ 32.07 34.31 22.07 -
YUV 157.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 170 158 118 0 0.07 0.31 0.33 46.15 0.23 0.56
Hex AA 9E 76 0 7 1F 21 2E 17 38
Octal 252 236 166 0 7 37 41 56 27 70
Binary 10101010 10011110 1110110 0 111 11111 100001 101110 10111 111000

Color Harmonies of #AA9E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E76

Black with #AA9E76

Text Example


Text Example

White with #AA9E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E76; }

 p { color: rgb(170,158,118); }

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

background-color css

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

 a { background-color: rgb(170,158,118); }

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

border-color css

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

 span { border-color: rgb(170,158,118); }

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