#AB916E

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

Shades of Mongoose #AB916E

Tints of Mongoose #AB916E

Color information

#AB916E (or 0xAB916E) is unknown color: approx Mongoose. HEX triplet: AB, 91 and 6E. RGB value is (171,145,110). Sum of RGB (Red+Green+Blue) = 171+145+110=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB916E is #546E91. Grayscale: #949494. Windows color (decimal): -5533330 or 7246251. OLE color: 7246251.

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

Color convert

RGB171145110-
CMYK00.150.360.33
HSL34.43º26.64%55.1%-
HSV(B)34.43º35.67%67.06%-
XYZ29.7330.0318.98-
YUV148.78106.11143.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 110 (43.36% from 255) = 25.82%
R=40.14%
G=34.04%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114511000.150.360.3334.4326.6455.1
HexAB916E0F2421221b37
Octal2532211560174441423367
Binary101010111001000111011100111110010010000110001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB916E; }

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

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

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

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

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

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

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

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