#AB956D

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

Shades of Mongoose #AB956D

Tints of Mongoose #AB956D

Color information

#AB956D (or 0xAB956D) is unknown color: approx Mongoose. HEX triplet: AB, 95 and 6D. RGB value is (171,149,109). Sum of RGB (Red+Green+Blue) = 171+149+109=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB956D is #546A92. Grayscale: #979797. Windows color (decimal): -5532307 or 7181739. OLE color: 7181739.

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

Color convert

RGB171149109-
CMYK00.130.360.33
HSL38.71º26.96%54.9%-
HSV(B)38.71º36.26%67.06%-
XYZ30.331.2618.9-
YUV151.02104.29142.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 149 (58.59% from 255) = 34.73%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=39.86%
G=34.73%
B=25.41%

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
Decimal17114910900.130.360.3338.7126.9654.9
HexAB956D0D2421271b37
Octal2532251550154441473367
Binary101010111001010111011010110110010010000110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB956D; }

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

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

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

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

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

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

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

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