#AB946A

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

Shades of Mongoose #AB946A

Tints of Mongoose #AB946A

Color information

#AB946A (or 0xAB946A) is unknown color: approx Mongoose. HEX triplet: AB, 94 and 6A. RGB value is (171,148,106). Sum of RGB (Red+Green+Blue) = 171+148+106=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB946A is #546B95. Grayscale: #969696. Windows color (decimal): -5532566 or 6984875. OLE color: 6984875.

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

Color convert

RGB171148106-
CMYK00.130.380.33
HSL38.77º27.9%54.31%-
HSV(B)38.77º38.01%67.06%-
XYZ29.9930.8818.02-
YUV150.09103.12142.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 106 (41.80% from 255) = 24.94%
R=40.24%
G=34.82%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114810600.130.380.3338.7727.954.31
HexAB946A0D2621271c36
Octal2532241520154641473466
Binary101010111001010011010100110110011010000110011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB946A; }

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

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

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

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

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

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

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

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