#AB9C6A

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

Shades of Tallow #AB9C6A

Tints of Tallow #AB9C6A

Color information

#AB9C6A (or 0xAB9C6A) is unknown color: approx Tallow. HEX triplet: AB, 9C and 6A. RGB value is (171,156,106). Sum of RGB (Red+Green+Blue) = 171+156+106=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C6A is #546395. Grayscale: #9A9A9A. Windows color (decimal): -5530518 or 6986923. OLE color: 6986923.

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

Color convert

RGB171156106-
CMYK00.090.380.33
HSL46.15º27.9%54.31%-
HSV(B)46.15º38.01%67.06%-
XYZ31.2833.4818.45-
YUV154.78100.47139.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 156 (61.33% from 255) = 36.03%
BLUE value IS 106 (41.80% from 255) = 24.48%
R=39.49%
G=36.03%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115610600.090.380.3346.1527.954.31
HexAB9C6A0926212e1c36
Octal2532341520114641563466
Binary101010111001110011010100100110011010000110111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9C6A; }

 p { color: rgb(171,156,106); }

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

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

 a { background-color: rgb(171,156,106); }

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

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

 span { border-color: rgb(171,156,106); }

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