#AB956A

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

Shades of Mongoose #AB956A

Tints of Mongoose #AB956A

Color information

#AB956A (or 0xAB956A) is unknown color: approx Mongoose. HEX triplet: AB, 95 and 6A. RGB value is (171,149,106). Sum of RGB (Red+Green+Blue) = 171+149+106=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB956A is #546A95. Grayscale: #969696. Windows color (decimal): -5532310 or 6985131. OLE color: 6985131.

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

Color convert

RGB171149106-
CMYK00.130.380.33
HSL39.69º27.9%54.31%-
HSV(B)39.69º38.01%67.06%-
XYZ30.1431.1918.07-
YUV150.68102.79142.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=40.14%
G=34.98%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114910600.130.380.3339.6927.954.31
HexAB956A0D2621281c36
Octal2532251520154641503466
Binary101010111001010111010100110110011010000110100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB956A; }

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

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

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

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

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

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

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

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