#AB946C

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

Shades of Mongoose #AB946C

Tints of Mongoose #AB946C

Color information

#AB946C (or 0xAB946C) is unknown color: approx Mongoose. HEX triplet: AB, 94 and 6C. RGB value is (171,148,108). Sum of RGB (Red+Green+Blue) = 171+148+108=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB946C is #546B93. Grayscale: #969696. Windows color (decimal): -5532564 or 7115947. OLE color: 7115947.

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

Color convert

RGB171148108-
CMYK00.130.370.33
HSL38.1º27.27%54.71%-
HSV(B)38.1º36.84%67.06%-
XYZ30.0930.9218.57-
YUV150.32104.12142.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=40.05%
G=34.66%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114810800.130.370.3338.127.2754.71
HexAB946C0D2521261b37
Octal2532241540154541463367
Binary101010111001010011011000110110010110000110011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB946C; }

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

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

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

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

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

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

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

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