#A6987B

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

Shades of Tallow #A6987B

Tints of Tallow #A6987B

Color information

#A6987B (or 0xA6987B) is unknown color: approx Tallow. HEX triplet: A6, 98 and 7B. RGB value is (166,152,123). Sum of RGB (Red+Green+Blue) = 166+152+123=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A6987B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6987B is #596784. Grayscale: #999999. Windows color (decimal): -5859205 or 8100006. OLE color: 8100006.

HSL color Cylindrical-coordinate representation of color #A6987B: hue angle of 40.47º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6987B is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB166152123-
CMYK00.080.260.35
HSL40.47º19.46%56.67%-
HSV(B)40.47º25.9%65.1%-
XYZ30.5331.9923.31-
YUV152.88111.14137.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 123 (48.44% from 255) = 27.89%
R=37.64%
G=34.47%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615212300.080.260.3540.4719.4656.67
HexA6987B081A23281339
Octal2462301730103243502371
Binary10100110100110001111011010001101010001110100010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6987B; }

 p { color: rgb(166,152,123); }

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

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

 a { background-color: rgb(166,152,123); }

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

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

 span { border-color: rgb(166,152,123); }

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