Html Css Color HEX #AB996E Tallow

📋 copy color: '#AB996E'

red 171 ◦ green 153 ◦ blue 110

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

Shades of Tallow #AB996E

Tints of Tallow #AB996E

RGB

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

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

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

R = 39.4%
G = 35.25%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB996E (or 0xAB996E) is known color: Tallow. HEX triplet: AB, 99 and 6E. RGB value is (171,153,110). Sum of RGB (Red+Green+Blue) = 171+153+110=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB996E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB996E is #546691. Grayscale: #999999. Windows color (decimal): -5531282 or 7248299. OLE color: 7248299.

HSL color Cylindrical-coordinate representation of color #AB996E: hue angle of 42.3º degrees, saturation: 0.27, 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 #AB996E is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 153 110 -
CMYK 0 0.11 0.36 0.33
HSL 42.3º 0.27% 0.55% -
HSV(B) 42.3º 0.36% 0.67% -
XYZ 31 32.57 19.4 -
YUV 153.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 171 153 110 0 0.11 0.36 0.33 42.3 0.27 0.55
Hex AB 99 6E 0 B 24 21 2A 1B 37
Octal 253 231 156 0 13 44 41 52 33 67
Binary 10101011 10011001 1101110 0 1011 100100 100001 101010 11011 110111

Color Harmonies of #AB996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB996E

Black with #AB996E

Text Example


Text Example

White with #AB996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB996E; }

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

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

background-color css

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

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

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

border-color css

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

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

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