#ABA26D

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

Shades of Tallow #ABA26D

Tints of Tallow #ABA26D

Color information

#ABA26D (or 0xABA26D) is unknown color: approx Tallow. HEX triplet: AB, A2 and 6D. RGB value is (171,162,109). Sum of RGB (Red+Green+Blue) = 171+162+109=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA26D is #545D92. Grayscale: #9E9E9E. Windows color (decimal): -5528979 or 7185067. OLE color: 7185067.

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

Color convert

RGB171162109-
CMYK00.050.360.33
HSL51.29º26.96%54.9%-
HSV(B)51.29º36.26%67.06%-
XYZ32.4835.619.63-
YUV158.6599.98136.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 162 (63.67% from 255) = 36.65%
BLUE value IS 109 (42.97% from 255) = 24.66%
R=38.69%
G=36.65%
B=24.66%

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
Decimal17116210900.050.360.3351.2926.9654.9
HexABA26D052421331b37
Octal253242155054441633367
Binary10101011101000101101101010110010010000111001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA26D; }

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

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

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

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

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

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

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

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