#AB956E

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

Shades of Mongoose #AB956E

Tints of Mongoose #AB956E

Color information

#AB956E (or 0xAB956E) is unknown color: approx Mongoose. HEX triplet: AB, 95 and 6E. RGB value is (171,149,110). Sum of RGB (Red+Green+Blue) = 171+149+110=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB956E is #546A91. Grayscale: #979797. Windows color (decimal): -5532306 or 7247275. OLE color: 7247275.

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

Color convert

RGB171149110-
CMYK00.130.360.33
HSL38.36º26.64%55.1%-
HSV(B)38.36º35.67%67.06%-
XYZ30.3631.2819.19-
YUV151.13104.79142.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 149 (58.59% from 255) = 34.65%
BLUE value IS 110 (43.36% from 255) = 25.58%
R=39.77%
G=34.65%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114911000.130.360.3338.3626.6455.1
HexAB956E0D2421261b37
Octal2532251560154441463367
Binary101010111001010111011100110110010010000110011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB956E; }

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

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

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

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

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

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

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

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