#AB9B75

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

Shades of Tallow #AB9B75

Tints of Tallow #AB9B75

Color information

#AB9B75 (or 0xAB9B75) is unknown color: approx Tallow. HEX triplet: AB, 9B and 75. RGB value is (171,155,117). Sum of RGB (Red+Green+Blue) = 171+155+117=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9B75 is #54648A. Grayscale: #9B9B9B. Windows color (decimal): -5530763 or 7707563. OLE color: 7707563.

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

Color convert

RGB171155117-
CMYK00.090.320.33
HSL42.22º24.32%56.47%-
HSV(B)42.22º31.58%67.06%-
XYZ31.7333.3821.6-
YUV155.45106.3139.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 117 (46.09% from 255) = 26.41%
R=38.60%
G=34.99%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115511700.090.320.3342.2224.3256.47
HexAB9B750920212a1838
Octal2532331650114041523070
Binary101010111001101111101010100110000010000110101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9B75; }

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

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

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

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

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

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

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

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