#AB9074

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

Shades of Mongoose #AB9074

Tints of Mongoose #AB9074

Color information

#AB9074 (or 0xAB9074) is unknown color: approx Mongoose. HEX triplet: AB, 90 and 74. RGB value is (171,144,116). Sum of RGB (Red+Green+Blue) = 171+144+116=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9074 is #546F8B. Grayscale: #959595. Windows color (decimal): -5533580 or 7639211. OLE color: 7639211.

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

Color convert

RGB171144116-
CMYK00.160.320.33
HSL30.55º24.66%56.27%-
HSV(B)30.55º32.16%67.06%-
XYZ29.9229.8720.71-
YUV148.88109.45143.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 144 (56.64% from 255) = 33.41%
BLUE value IS 116 (45.70% from 255) = 26.91%
R=39.68%
G=33.41%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114411600.160.320.3330.5524.6656.27
HexAB907401020211f1938
Octal2532201640204041373170
Binary101010111001000011101000100001000001000011111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9074; }

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

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

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

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

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

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

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

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