#AB8F68

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

Shades of Mongoose #AB8F68

Tints of Mongoose #AB8F68

Color information

#AB8F68 (or 0xAB8F68) is unknown color: approx Mongoose. HEX triplet: AB, 8F and 68. RGB value is (171,143,104). Sum of RGB (Red+Green+Blue) = 171+143+104=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F68 is #547097. Grayscale: #939393. Windows color (decimal): -5533848 or 6852523. OLE color: 6852523.

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

Color convert

RGB171143104-
CMYK00.160.390.33
HSL34.93º28.51%53.92%-
HSV(B)34.93º39.18%67.06%-
XYZ29.1229.317.22-
YUV146.93103.78145.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 104 (41.02% from 255) = 24.88%
R=40.91%
G=34.21%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114310400.160.390.3334.9328.5153.92
HexAB8F680102721231d36
Octal2532171500204741433566
Binary1010101110001111110100001000010011110000110001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8F68; }

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

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

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

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

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

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

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

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