Html Css Color HEX #AA996E Tallow

📋 copy color: '#AA996E'

red 170 ◦ green 153 ◦ blue 110

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

Shades of Tallow #AA996E

Tints of Tallow #AA996E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.4%

R = 39.26%
G = 35.33%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA996E (or 0xAA996E) is known color: Tallow. HEX triplet: AA, 99 and 6E. RGB value is (170,153,110). Sum of RGB (Red+Green+Blue) = 170+153+110=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA996E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA996E is #556691. Grayscale: #999999. Windows color (decimal): -5596818 or 7248298. OLE color: 7248298.

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

Color convert

RGB 170 153 110 -
CMYK 0 0.1 0.35 0.33
HSL 43º 0.26% 0.55% -
HSV(B) 43º 0.35% 0.67% -
XYZ 30.78 32.45 19.39 -
YUV 153.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 170 153 110 0 0.1 0.35 0.33 43 0.26 0.55
Hex AA 99 6E 0 A 23 21 2B 1A 37
Octal 252 231 156 0 12 43 41 53 32 67
Binary 10101010 10011001 1101110 0 1010 100011 100001 101011 11010 110111

Color Harmonies of #AA996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA996E

Black with #AA996E

Text Example


Text Example

White with #AA996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA996E; }

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

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

background-color css

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

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

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

border-color css

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

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

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