#AB9D75

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

Shades of Tallow #AB9D75

Tints of Tallow #AB9D75

Color information

#AB9D75 (or 0xAB9D75) is unknown color: approx Tallow. HEX triplet: AB, 9D and 75. RGB value is (171,157,117). Sum of RGB (Red+Green+Blue) = 171+157+117=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9D75 is #54628A. Grayscale: #9C9C9C. Windows color (decimal): -5530251 or 7708075. OLE color: 7708075.

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

Color convert

RGB171157117-
CMYK00.080.320.33
HSL44.44º24.32%56.47%-
HSV(B)44.44º31.58%67.06%-
XYZ32.0634.0621.71-
YUV156.63105.64138.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 157 (61.72% from 255) = 35.28%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=38.43%
G=35.28%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115711700.080.320.3344.4424.3256.47
HexAB9D750820212c1838
Octal2532351650104041543070
Binary101010111001110111101010100010000010000110110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9D75; }

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

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

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

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

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

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

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

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