#AB916A

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

Shades of Mongoose #AB916A

Tints of Mongoose #AB916A

Color information

#AB916A (or 0xAB916A) is unknown color: approx Mongoose. HEX triplet: AB, 91 and 6A. RGB value is (171,145,106). Sum of RGB (Red+Green+Blue) = 171+145+106=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB916A is #546E95. Grayscale: #949494. Windows color (decimal): -5533334 or 6984107. OLE color: 6984107.

HSL color Cylindrical-coordinate representation of color #AB916A: hue angle of 36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB916A is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB171145106-
CMYK00.150.380.33
HSL36º27.9%54.31%-
HSV(B)36º38.01%67.06%-
XYZ29.5229.9517.86-
YUV148.33104.11144.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 106 (41.80% from 255) = 25.12%
R=40.52%
G=34.36%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114510600.150.380.333627.954.31
HexAB916A0F2621241c36
Octal2532211520174641443466
Binary101010111001000111010100111110011010000110010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB916A; }

 p { color: rgb(171,145,106); }

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

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

 a { background-color: rgb(171,145,106); }

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

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

 span { border-color: rgb(171,145,106); }

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