#AD946C

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

Shades of Mongoose #AD946C

Tints of Mongoose #AD946C

Color information

#AD946C (or 0xAD946C) is unknown color: approx Mongoose. HEX triplet: AD, 94 and 6C. RGB value is (173,148,108). Sum of RGB (Red+Green+Blue) = 173+148+108=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD946C is #526B93. Grayscale: #979797. Windows color (decimal): -5401492 or 7115949. OLE color: 7115949.

HSL color Cylindrical-coordinate representation of color #AD946C: hue angle of 36.92º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD946C is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB173148108-
CMYK00.140.380.32
HSL36.92º28.38%55.1%-
HSV(B)36.92º37.57%67.84%-
XYZ30.5331.1518.59-
YUV150.92103.78143.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=40.33%
G=34.50%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314810800.140.380.3236.9228.3855.1
HexAD946C0E2620251c37
Octal2552241540164640453467
Binary101011011001010011011000111010011010000010010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD946C; }

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

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

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

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

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

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

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

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