#AB9070

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

Shades of Mongoose #AB9070

Tints of Mongoose #AB9070

Color information

#AB9070 (or 0xAB9070) is unknown color: approx Mongoose. HEX triplet: AB, 90 and 70. RGB value is (171,144,112). Sum of RGB (Red+Green+Blue) = 171+144+112=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9070 is #546F8F. Grayscale: #949494. Windows color (decimal): -5533584 or 7377067. OLE color: 7377067.

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

Color convert

RGB171144112-
CMYK00.160.350.33
HSL32.54º25.99%55.49%-
HSV(B)32.54º34.5%67.06%-
XYZ29.6929.7719.51-
YUV148.42107.45144.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 144 (56.64% from 255) = 33.72%
BLUE value IS 112 (44.14% from 255) = 26.23%
R=40.05%
G=33.72%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114411200.160.350.3332.5425.9955.49
HexAB90700102321211a37
Octal2532201600204341413267
Binary1010101110010000111000001000010001110000110000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9070; }

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

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

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

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

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

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

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

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