#AB9975

Color #AB9975 Tallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tallow #AB9975

Tints of Tallow #AB9975

Color information

#AB9975 (or 0xAB9975) is unknown color: approx Tallow. HEX triplet: AB, 99 and 75. RGB value is (171,153,117). Sum of RGB (Red+Green+Blue) = 171+153+117=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9975 is #54668A. Grayscale: #9A9A9A. Windows color (decimal): -5531275 or 7707051. OLE color: 7707051.

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

Color convert

RGB171153117-
CMYK00.110.320.33
HSL40º24.32%56.47%-
HSV(B)40º31.58%67.06%-
XYZ31.432.7221.49-
YUV154.28106.96139.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 153 (60.16% from 255) = 34.69%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=38.78%
G=34.69%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115311700.110.320.334024.3256.47
HexAB99750B2021281838
Octal2532311650134041503070
Binary101010111001100111101010101110000010000110100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9975; }

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

 H1.HeaderClassName
 {
   color: #AB9975;
 }
 .AnyTagClassName
 {
   color: #AB9975;
 }
</style>
background-color css

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

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

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

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

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

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