#AB896B

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

Shades of Mongoose #AB896B

Tints of Mongoose #AB896B

Color information

#AB896B (or 0xAB896B) is unknown color: approx Mongoose. HEX triplet: AB, 89 and 6B. RGB value is (171,137,107). Sum of RGB (Red+Green+Blue) = 171+137+107=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB896B is #547694. Grayscale: #8F8F8F. Windows color (decimal): -5535381 or 7047595. OLE color: 7047595.

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

Color convert

RGB171137107-
CMYK00.200.370.33
HSL28.13º27.59%54.51%-
HSV(B)28.13º37.43%67.06%-
XYZ28.3927.6117.74-
YUV143.75107.26147.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.20%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 107 (42.19% from 255) = 25.78%
R=41.20%
G=33.01%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113710700.200.370.3328.1327.5954.51
HexAB896B01425211c1c37
Octal2532111530244541343467
Binary101010111000100111010110101001001011000011110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB896B; }

 p { color: rgb(171,137,107); }

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

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

 a { background-color: rgb(171,137,107); }

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

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

 span { border-color: rgb(171,137,107); }

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