#ABA36B

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

Shades of Tallow #ABA36B

Tints of Tallow #ABA36B

Color information

#ABA36B (or 0xABA36B) is unknown color: approx Tallow. HEX triplet: AB, A3 and 6B. RGB value is (171,163,107). Sum of RGB (Red+Green+Blue) = 171+163+107=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA36B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA36B is #545C94. Grayscale: #9F9F9F. Windows color (decimal): -5528725 or 7054251. OLE color: 7054251.

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

Color convert

RGB171163107-
CMYK00.050.370.33
HSL52.5º27.59%54.51%-
HSV(B)52.5º37.43%67.06%-
XYZ32.5535.9119.13-
YUV159.0198.65136.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 163 (64.06% from 255) = 36.96%
BLUE value IS 107 (42.19% from 255) = 24.26%
R=38.78%
G=36.96%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116310700.050.370.3352.527.5954.51
HexABA36B052521341c37
Octal253243153054541643467
Binary10101011101000111101011010110010110000111010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA36B; }

 p { color: rgb(171,163,107); }

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

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

 a { background-color: rgb(171,163,107); }

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

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

 span { border-color: rgb(171,163,107); }

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