Html Css Color HEX #AB996B Tallow

📋 copy color: '#AB996B'

red 171 ◦ green 153 ◦ blue 107

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

Shades of Tallow #AB996B

Tints of Tallow #AB996B

RGB

 RED value IS 171 (67.19% from 255) = 39.68%

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

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

R = 39.68%
G = 35.5%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB996B (or 0xAB996B) is known color: Tallow. HEX triplet: AB, 99 and 6B. RGB value is (171,153,107). Sum of RGB (Red+Green+Blue) = 171+153+107=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB996B is #546694. Grayscale: #999999. Windows color (decimal): -5531285 or 7051691. OLE color: 7051691.

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

Color convert

RGB 171 153 107 -
CMYK 0 0.11 0.37 0.33
HSL 43.13º 0.28% 0.55% -
HSV(B) 43.13º 0.37% 0.67% -
XYZ 30.84 32.5 18.56 -
YUV 153.14 101.96 140.74 -
System Red Green Blue C M Y K H S L
Decimal 171 153 107 0 0.11 0.37 0.33 43.13 0.28 0.55
Hex AB 99 6B 0 B 25 21 2B 1C 37
Octal 253 231 153 0 13 45 41 53 34 67
Binary 10101011 10011001 1101011 0 1011 100101 100001 101011 11100 110111

Color Harmonies of #AB996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB996B

Black with #AB996B

Text Example


Text Example

White with #AB996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB996B; }

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

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

background-color css

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

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

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

border-color css

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

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

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