#AB8B68

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

Shades of Mongoose #AB8B68

Tints of Mongoose #AB8B68

Color information

#AB8B68 (or 0xAB8B68) is unknown color: approx Mongoose. HEX triplet: AB, 8B and 68. RGB value is (171,139,104). Sum of RGB (Red+Green+Blue) = 171+139+104=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8B68 is #547497. Grayscale: #909090. Windows color (decimal): -5534872 or 6851499. OLE color: 6851499.

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

Color convert

RGB171139104-
CMYK00.190.390.33
HSL31.34º28.51%53.92%-
HSV(B)31.34º39.18%67.06%-
XYZ28.5328.1217.02-
YUV144.58105.1146.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.30%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 104 (41.02% from 255) = 25.12%
R=41.30%
G=33.57%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113910400.190.390.3331.3428.5153.92
HexAB8B6801327211f1d36
Octal2532131500234741373566
Binary101010111000101111010000100111001111000011111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8B68; }

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

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

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

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

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

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

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

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