#AB926F

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

Shades of Mongoose #AB926F

Tints of Mongoose #AB926F

Color information

#AB926F (or 0xAB926F) is unknown color: approx Mongoose. HEX triplet: AB, 92 and 6F. RGB value is (171,146,111). Sum of RGB (Red+Green+Blue) = 171+146+111=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB926F is #546D90. Grayscale: #959595. Windows color (decimal): -5533073 or 7312043. OLE color: 7312043.

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

Color convert

RGB171146111-
CMYK00.150.350.33
HSL35º26.32%55.29%-
HSV(B)35º35.09%67.06%-
XYZ29.9430.3619.32-
YUV149.48106.28143.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.95%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 111 (43.75% from 255) = 25.93%
R=39.95%
G=34.11%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114611100.150.350.333526.3255.29
HexAB926F0F2321231a37
Octal2532221570174341433267
Binary101010111001001011011110111110001110000110001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB926F; }

 p { color: rgb(171,146,111); }

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

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

 a { background-color: rgb(171,146,111); }

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

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

 span { border-color: rgb(171,146,111); }

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