#AB9470

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

Shades of Mongoose #AB9470

Tints of Mongoose #AB9470

Color information

#AB9470 (or 0xAB9470) is unknown color: approx Mongoose. HEX triplet: AB, 94 and 70. RGB value is (171,148,112). Sum of RGB (Red+Green+Blue) = 171+148+112=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9470 is #546B8F. Grayscale: #969696. Windows color (decimal): -5532560 or 7378091. OLE color: 7378091.

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

Color convert

RGB171148112-
CMYK00.130.350.33
HSL36.61º25.99%55.49%-
HSV(B)36.61º34.5%67.06%-
XYZ30.3131.0119.72-
YUV150.77106.12142.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=39.68%
G=34.34%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114811200.130.350.3336.6125.9955.49
HexAB94700D2321251a37
Octal2532241600154341453267
Binary101010111001010011100000110110001110000110010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9470; }

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

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

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

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

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

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

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

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