#ABA36C

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

Shades of Tallow #ABA36C

Tints of Tallow #ABA36C

Color information

#ABA36C (or 0xABA36C) is unknown color: approx Tallow. HEX triplet: AB, A3 and 6C. RGB value is (171,163,108). Sum of RGB (Red+Green+Blue) = 171+163+108=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA36C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA36C is #545C93. Grayscale: #9F9F9F. Windows color (decimal): -5528724 or 7119787. OLE color: 7119787.

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

Color convert

RGB171163108-
CMYK00.050.370.33
HSL52.38º27.27%54.71%-
HSV(B)52.38º36.84%67.06%-
XYZ32.635.9419.41-
YUV159.1299.15136.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 163 (64.06% from 255) = 36.88%
BLUE value IS 108 (42.58% from 255) = 24.43%
R=38.69%
G=36.88%
B=24.43%

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
Decimal17116310800.050.370.3352.3827.2754.71
HexABA36C052521341b37
Octal253243154054541643367
Binary10101011101000111101100010110010110000111010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA36C; }

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

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

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

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

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

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

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

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