#ABA06D

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

Shades of Tallow #ABA06D

Tints of Tallow #ABA06D

Color information

#ABA06D (or 0xABA06D) is unknown color: approx Tallow. HEX triplet: AB, A0 and 6D. RGB value is (171,160,109). Sum of RGB (Red+Green+Blue) = 171+160+109=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA06D is #545F92. Grayscale: #9D9D9D. Windows color (decimal): -5529491 or 7184555. OLE color: 7184555.

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

Color convert

RGB171160109-
CMYK00.060.360.33
HSL49.35º26.96%54.9%-
HSV(B)49.35º36.26%67.06%-
XYZ32.1334.919.51-
YUV157.47100.64137.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=38.86%
G=36.36%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116010900.060.360.3349.3526.9654.9
HexABA06D062421311b37
Octal253240155064441613367
Binary10101011101000001101101011010010010000111000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA06D; }

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

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

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

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

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

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

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

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