#AB8D68

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

Shades of Mongoose #AB8D68

Tints of Mongoose #AB8D68

Color information

#AB8D68 (or 0xAB8D68) is unknown color: approx Mongoose. HEX triplet: AB, 8D and 68. RGB value is (171,141,104). Sum of RGB (Red+Green+Blue) = 171+141+104=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D68 is #547297. Grayscale: #919191. Windows color (decimal): -5534360 or 6852011. OLE color: 6852011.

HSL color Cylindrical-coordinate representation of color #AB8D68: hue angle of 33.13º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB8D68 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB171141104-
CMYK00.180.390.33
HSL33.13º28.51%53.92%-
HSV(B)33.13º39.18%67.06%-
XYZ28.8228.7117.12-
YUV145.75104.44146.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 104 (41.02% from 255) = 25%
R=41.11%
G=33.89%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114110400.180.390.3333.1328.5153.92
HexAB8D680122721211d36
Octal2532151500224741413566
Binary1010101110001101110100001001010011110000110000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8D68; }

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

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

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

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

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

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

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

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