Html Css Color HEX #AA996B Tallow

📋 copy color: '#AA996B'

red 170 ◦ green 153 ◦ blue 107

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

Shades of Tallow #AA996B

Tints of Tallow #AA996B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.88%

R = 39.53%
G = 35.58%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA996B (or 0xAA996B) is known color: Tallow. HEX triplet: AA, 99 and 6B. RGB value is (170,153,107). Sum of RGB (Red+Green+Blue) = 170+153+107=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA996B is #556694. Grayscale: #999999. Windows color (decimal): -5596821 or 7051690. OLE color: 7051690.

HSL color Cylindrical-coordinate representation of color #AA996B: hue angle of 43.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA996B is Cyan = 0, Magento = 0.1, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 153 107 -
CMYK 0 0.1 0.37 0.33
HSL 43.81º 0.27% 0.54% -
HSV(B) 43.81º 0.37% 0.67% -
XYZ 30.62 32.39 18.55 -
YUV 152.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 170 153 107 0 0.1 0.37 0.33 43.81 0.27 0.54
Hex AA 99 6B 0 A 25 21 2C 1B 36
Octal 252 231 153 0 12 45 41 54 33 66
Binary 10101010 10011001 1101011 0 1010 100101 100001 101100 11011 110110

Color Harmonies of #AA996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA996B

Black with #AA996B

Text Example


Text Example

White with #AA996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA996B; }

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

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

background-color css

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

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

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

border-color css

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

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

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