#AB9474

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

Shades of Mongoose #AB9474

Tints of Mongoose #AB9474

Color information

#AB9474 (or 0xAB9474) is unknown color: approx Mongoose. HEX triplet: AB, 94 and 74. RGB value is (171,148,116). Sum of RGB (Red+Green+Blue) = 171+148+116=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9474 is #546B8B. Grayscale: #979797. Windows color (decimal): -5532556 or 7640235. OLE color: 7640235.

HSL color Cylindrical-coordinate representation of color #AB9474: hue angle of 34.91º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB9474 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB171148116-
CMYK00.130.320.33
HSL34.91º24.66%56.27%-
HSV(B)34.91º32.16%67.06%-
XYZ30.5431.120.92-
YUV151.23108.12142.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 116 (45.70% from 255) = 26.67%
R=39.31%
G=34.02%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114811600.130.320.3334.9124.6656.27
HexAB94740D2021231938
Octal2532241640154041433170
Binary101010111001010011101000110110000010000110001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9474; }

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

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

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

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

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

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

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

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