#AB906E

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

Shades of Mongoose #AB906E

Tints of Mongoose #AB906E

Color information

#AB906E (or 0xAB906E) is unknown color: approx Mongoose. HEX triplet: AB, 90 and 6E. RGB value is (171,144,110). Sum of RGB (Red+Green+Blue) = 171+144+110=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB906E is #546F91. Grayscale: #949494. Windows color (decimal): -5533586 or 7245995. OLE color: 7245995.

HSL color Cylindrical-coordinate representation of color #AB906E: hue angle of 33.44º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB906E is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB171144110-
CMYK00.160.360.33
HSL33.44º26.64%55.1%-
HSV(B)33.44º35.67%67.06%-
XYZ29.5829.7318.93-
YUV148.2106.45144.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 144 (56.64% from 255) = 33.88%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=40.24%
G=33.88%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114411000.160.360.3333.4426.6455.1
HexAB906E0102421211b37
Octal2532201560204441413367
Binary1010101110010000110111001000010010010000110000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB906E; }

 p { color: rgb(171,144,110); }

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

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

 a { background-color: rgb(171,144,110); }

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

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

 span { border-color: rgb(171,144,110); }

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