Html Css Color HEX #AA996D Tallow

📋 copy color: '#AA996D'

red 170 ◦ green 153 ◦ blue 109

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

Shades of Tallow #AA996D

Tints of Tallow #AA996D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.23%

R = 39.35%
G = 35.42%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA996D (or 0xAA996D) is known color: Tallow. HEX triplet: AA, 99 and 6D. RGB value is (170,153,109). Sum of RGB (Red+Green+Blue) = 170+153+109=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA996D is #556692. Grayscale: #999999. Windows color (decimal): -5596819 or 7182762. OLE color: 7182762.

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

Color convert

RGB 170 153 109 -
CMYK 0 0.1 0.36 0.33
HSL 43.28º 0.26% 0.55% -
HSV(B) 43.28º 0.36% 0.67% -
XYZ 30.73 32.43 19.11 -
YUV 153.07 103.13 140.08 -
System Red Green Blue C M Y K H S L
Decimal 170 153 109 0 0.1 0.36 0.33 43.28 0.26 0.55
Hex AA 99 6D 0 A 24 21 2B 1A 37
Octal 252 231 155 0 12 44 41 53 32 67
Binary 10101010 10011001 1101101 0 1010 100100 100001 101011 11010 110111

Color Harmonies of #AA996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA996D

Black with #AA996D

Text Example


Text Example

White with #AA996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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