Html Css Color HEX #AA9977 Tallow

📋 copy color: '#AA9977'

red 170 ◦ green 153 ◦ blue 119

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

Shades of Tallow #AA9977

Tints of Tallow #AA9977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.62%

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

R = 38.46%
G = 34.62%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA9977 (or 0xAA9977) is known color: Tallow. HEX triplet: AA, 99 and 77. RGB value is (170,153,119). Sum of RGB (Red+Green+Blue) = 170+153+119=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9977 is #556688. Grayscale: #9A9A9A. Windows color (decimal): -5596809 or 7838122. OLE color: 7838122.

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

Color convert

RGB 170 153 119 -
CMYK 0 0.1 0.3 0.33
HSL 40º 0.23% 0.57% -
HSV(B) 40º 0.3% 0.67% -
XYZ 31.3 32.66 22.11 -
YUV 154.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 170 153 119 0 0.1 0.3 0.33 40 0.23 0.57
Hex AA 99 77 0 A 1E 21 28 17 39
Octal 252 231 167 0 12 36 41 50 27 71
Binary 10101010 10011001 1110111 0 1010 11110 100001 101000 10111 111001

Color Harmonies of #AA9977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9977

Black with #AA9977

Text Example


Text Example

White with #AA9977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9977; }

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

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

background-color css

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

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

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

border-color css

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

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

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