Html Css Color HEX #AA9C77 Tallow

📋 copy color: '#AA9C77'

red 170 ◦ green 156 ◦ blue 119

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

Shades of Tallow #AA9C77

Tints of Tallow #AA9C77

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.06%

 BLUE value IS 119 (46.88% from 255) = 26.74%

R = 38.2%
G = 35.06%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA9C77 (or 0xAA9C77) is known color: Tallow. HEX triplet: AA, 9C and 77. RGB value is (170,156,119). Sum of RGB (Red+Green+Blue) = 170+156+119=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C77 is #556388. Grayscale: #9C9C9C. Windows color (decimal): -5596041 or 7838890. OLE color: 7838890.

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

Color convert

RGB 170 156 119 -
CMYK 0 0.08 0.3 0.33
HSL 43.53º 0.23% 0.57% -
HSV(B) 43.53º 0.3% 0.67% -
XYZ 31.8 33.65 22.27 -
YUV 155.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 170 156 119 0 0.08 0.3 0.33 43.53 0.23 0.57
Hex AA 9C 77 0 8 1E 21 2C 17 39
Octal 252 234 167 0 10 36 41 54 27 71
Binary 10101010 10011100 1110111 0 1000 11110 100001 101100 10111 111001

Color Harmonies of #AA9C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C77

Black with #AA9C77

Text Example


Text Example

White with #AA9C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C77; }

 p { color: rgb(170,156,119); }

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

background-color css

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

 a { background-color: rgb(170,156,119); }

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

border-color css

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

 span { border-color: rgb(170,156,119); }

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