Html Css Color HEX #AA996F Tallow

📋 copy color: '#AA996F'

red 170 ◦ green 153 ◦ blue 111

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

Shades of Tallow #AA996F

Tints of Tallow #AA996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.58%

R = 39.17%
G = 35.25%
B = 25.58%

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

#AA996F (or 0xAA996F) is known color: Tallow. HEX triplet: AA, 99 and 6F. RGB value is (170,153,111). Sum of RGB (Red+Green+Blue) = 170+153+111=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA996F is #556690. Grayscale: #999999. Windows color (decimal): -5596817 or 7313834. OLE color: 7313834.

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

Color convert

RGB 170 153 111 -
CMYK 0 0.1 0.35 0.33
HSL 42.71º 0.26% 0.55% -
HSV(B) 42.71º 0.35% 0.67% -
XYZ 30.84 32.48 19.68 -
YUV 153.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 170 153 111 0 0.1 0.35 0.33 42.71 0.26 0.55
Hex AA 99 6F 0 A 23 21 2B 1A 37
Octal 252 231 157 0 12 43 41 53 32 67
Binary 10101010 10011001 1101111 0 1010 100011 100001 101011 11010 110111

Color Harmonies of #AA996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA996F

Black with #AA996F

Text Example


Text Example

White with #AA996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA996F; }

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

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

background-color css

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

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

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

border-color css

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

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

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