#AB8F6A

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

Shades of Mongoose #AB8F6A

Tints of Mongoose #AB8F6A

Color information

#AB8F6A (or 0xAB8F6A) is unknown color: approx Mongoose. HEX triplet: AB, 8F and 6A. RGB value is (171,143,106). Sum of RGB (Red+Green+Blue) = 171+143+106=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F6A is #547095. Grayscale: #939393. Windows color (decimal): -5533846 or 6983595. OLE color: 6983595.

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

Color convert

RGB171143106-
CMYK00.160.380.33
HSL34.15º27.9%54.31%-
HSV(B)34.15º38.01%67.06%-
XYZ29.2229.3417.76-
YUV147.15104.78145.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 143 (56.25% from 255) = 34.05%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=40.71%
G=34.05%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114310600.160.380.3334.1527.954.31
HexAB8F6A0102621221c36
Octal2532171520204641423466
Binary1010101110001111110101001000010011010000110001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8F6A; }

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

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

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

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

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

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

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

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