#AB9969

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

Shades of Tallow #AB9969

Tints of Tallow #AB9969

Color information

#AB9969 (or 0xAB9969) is unknown color: approx Tallow. HEX triplet: AB, 99 and 69. RGB value is (171,153,105). Sum of RGB (Red+Green+Blue) = 171+153+105=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9969 is #546696. Grayscale: #999999. Windows color (decimal): -5531287 or 6920619. OLE color: 6920619.

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

Color convert

RGB171153105-
CMYK00.110.390.33
HSL43.64º28.21%54.12%-
HSV(B)43.64º38.6%67.06%-
XYZ30.7432.4618.01-
YUV152.91100.96140.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 153 (60.16% from 255) = 35.66%
BLUE value IS 105 (41.41% from 255) = 24.48%
R=39.86%
G=35.66%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115310500.110.390.3343.6428.2154.12
HexAB99690B27212c1c36
Octal2532311510134741543466
Binary101010111001100111010010101110011110000110110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9969; }

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

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

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

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

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

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

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

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