#ABA26E

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

Shades of Tallow #ABA26E

Tints of Tallow #ABA26E

Color information

#ABA26E (or 0xABA26E) is unknown color: approx Tallow. HEX triplet: AB, A2 and 6E. RGB value is (171,162,110). Sum of RGB (Red+Green+Blue) = 171+162+110=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA26E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA26E is #545D91. Grayscale: #9E9E9E. Windows color (decimal): -5528978 or 7250603. OLE color: 7250603.

HSL color Cylindrical-coordinate representation of color #ABA26E: hue angle of 51.15º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABA26E is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB171162110-
CMYK00.050.360.33
HSL51.15º26.64%55.1%-
HSV(B)51.15º35.67%67.06%-
XYZ32.5335.6219.91-
YUV158.76100.48136.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 110 (43.36% from 255) = 24.83%
R=38.60%
G=36.57%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116211000.050.360.3351.1526.6455.1
HexABA26E052421331b37
Octal253242156054441633367
Binary10101011101000101101110010110010010000111001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA26E; }

 p { color: rgb(171,162,110); }

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

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

 a { background-color: rgb(171,162,110); }

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

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

 span { border-color: rgb(171,162,110); }

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