#AB8B6D

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

Shades of Mongoose #AB8B6D

Tints of Mongoose #AB8B6D

Color information

#AB8B6D (or 0xAB8B6D) is unknown color: approx Mongoose. HEX triplet: AB, 8B and 6D. RGB value is (171,139,109). Sum of RGB (Red+Green+Blue) = 171+139+109=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8B6D is #547492. Grayscale: #919191. Windows color (decimal): -5534867 or 7179179. OLE color: 7179179.

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

Color convert

RGB171139109-
CMYK00.190.360.33
HSL29.03º26.96%54.9%-
HSV(B)29.03º36.26%67.06%-
XYZ28.7928.2318.4-
YUV145.15107.6146.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 139 (54.69% from 255) = 33.17%
BLUE value IS 109 (42.97% from 255) = 26.01%
R=40.81%
G=33.17%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113910900.190.360.3329.0326.9654.9
HexAB8B6D01324211d1b37
Octal2532131550234441353367
Binary101010111000101111011010100111001001000011110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8B6D; }

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

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

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

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

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

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

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

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