#ABA169

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

Shades of Tallow #ABA169

Tints of Tallow #ABA169

Color information

#ABA169 (or 0xABA169) is unknown color: approx Tallow. HEX triplet: AB, A1 and 69. RGB value is (171,161,105). Sum of RGB (Red+Green+Blue) = 171+161+105=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA169 is #545E96. Grayscale: #9D9D9D. Windows color (decimal): -5529239 or 6922667. OLE color: 6922667.

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

Color convert

RGB171161105-
CMYK00.060.390.33
HSL50.91º28.21%54.12%-
HSV(B)50.91º38.6%67.06%-
XYZ32.0935.1718.46-
YUV157.6198.31137.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.13%
GREEN value IS 161 (63.28% from 255) = 36.84%
BLUE value IS 105 (41.41% from 255) = 24.03%
R=39.13%
G=36.84%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116110500.060.390.3350.9128.2154.12
HexABA169062721331c36
Octal253241151064741633466
Binary10101011101000011101001011010011110000111001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA169; }

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

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

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

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

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

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

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

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