#AB8B6A

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

Shades of Mongoose #AB8B6A

Tints of Mongoose #AB8B6A

Color information

#AB8B6A (or 0xAB8B6A) is unknown color: approx Mongoose. HEX triplet: AB, 8B and 6A. RGB value is (171,139,106). Sum of RGB (Red+Green+Blue) = 171+139+106=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8B6A is #547495. Grayscale: #909090. Windows color (decimal): -5534870 or 6982571. OLE color: 6982571.

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

Color convert

RGB171139106-
CMYK00.190.380.33
HSL30.46º27.9%54.31%-
HSV(B)30.46º38.01%67.06%-
XYZ28.6328.1617.56-
YUV144.81106.1146.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 106 (41.80% from 255) = 25.48%
R=41.11%
G=33.41%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113910600.190.380.3330.4627.954.31
HexAB8B6A01326211e1c36
Octal2532131520234641363466
Binary101010111000101111010100100111001101000011111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8B6A; }

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

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

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

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

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

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

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

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