#AB9B66

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

Shades of Tallow #AB9B66

Tints of Tallow #AB9B66

Color information

#AB9B66 (or 0xAB9B66) is unknown color: approx Tallow. HEX triplet: AB, 9B and 66. RGB value is (171,155,102). Sum of RGB (Red+Green+Blue) = 171+155+102=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9B66 is #546499. Grayscale: #999999. Windows color (decimal): -5530778 or 6724523. OLE color: 6724523.

HSL color Cylindrical-coordinate representation of color #AB9B66: hue angle of 46.09º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB9B66 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB171155102-
CMYK00.090.400.33
HSL46.09º29.11%53.53%-
HSV(B)46.09º40.35%67.06%-
XYZ30.9133.0617.32-
YUV153.7498.8140.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.95%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 102 (40.23% from 255) = 23.83%
R=39.95%
G=36.21%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115510200.090.400.3346.0929.1153.53
HexAB9B660928212e1d36
Octal2532331460115041563566
Binary101010111001101111001100100110100010000110111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9B66; }

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

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

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

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

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

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

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

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