#AB8D6D

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

Shades of Mongoose #AB8D6D

Tints of Mongoose #AB8D6D

Color information

#AB8D6D (or 0xAB8D6D) is unknown color: approx Mongoose. HEX triplet: AB, 8D and 6D. RGB value is (171,141,109). Sum of RGB (Red+Green+Blue) = 171+141+109=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D6D is #547292. Grayscale: #929292. Windows color (decimal): -5534355 or 7179691. OLE color: 7179691.

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

Color convert

RGB171141109-
CMYK00.180.360.33
HSL30.97º26.96%54.9%-
HSV(B)30.97º36.26%67.06%-
XYZ29.0828.8118.5-
YUV146.32106.94145.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.62%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=40.62%
G=33.49%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114110900.180.360.3330.9726.9654.9
HexAB8D6D01224211f1b37
Octal2532151550224441373367
Binary101010111000110111011010100101001001000011111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8D6D; }

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

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

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

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

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

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

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

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