Html Css Color HEX #AB996F Tallow

📋 copy color: '#AB996F'

red 171 ◦ green 153 ◦ blue 111

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

Shades of Tallow #AB996F

Tints of Tallow #AB996F

RGB

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

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

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

R = 39.31%
G = 35.17%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB996F (or 0xAB996F) is known color: Tallow. HEX triplet: AB, 99 and 6F. RGB value is (171,153,111). Sum of RGB (Red+Green+Blue) = 171+153+111=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB996F is #546690. Grayscale: #999999. Windows color (decimal): -5531281 or 7313835. OLE color: 7313835.

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

Color convert

RGB 171 153 111 -
CMYK 0 0.11 0.35 0.33
HSL 42º 0.26% 0.55% -
HSV(B) 42º 0.35% 0.67% -
XYZ 31.06 32.59 19.69 -
YUV 153.59 103.96 140.42 -
System Red Green Blue C M Y K H S L
Decimal 171 153 111 0 0.11 0.35 0.33 42 0.26 0.55
Hex AB 99 6F 0 B 23 21 2A 1A 37
Octal 253 231 157 0 13 43 41 52 32 67
Binary 10101011 10011001 1101111 0 1011 100011 100001 101010 11010 110111

Color Harmonies of #AB996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB996F

Black with #AB996F

Text Example


Text Example

White with #AB996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB996F; }

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

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

background-color css

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

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

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

border-color css

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

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

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