#AD946D

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

Shades of Mongoose #AD946D

Tints of Mongoose #AD946D

Color information

#AD946D (or 0xAD946D) is unknown color: approx Mongoose. HEX triplet: AD, 94 and 6D. RGB value is (173,148,109). Sum of RGB (Red+Green+Blue) = 173+148+109=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD946D is #526B92. Grayscale: #979797. Windows color (decimal): -5401491 or 7181485. OLE color: 7181485.

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

Color convert

RGB173148109-
CMYK00.140.370.32
HSL36.56º28.07%55.29%-
HSV(B)36.56º36.99%67.84%-
XYZ30.5831.1718.87-
YUV151.03104.28143.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 148 (58.20% from 255) = 34.42%
BLUE value IS 109 (42.97% from 255) = 25.35%
R=40.23%
G=34.42%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314810900.140.370.3236.5628.0755.29
HexAD946D0E2520251c37
Octal2552241550164540453467
Binary101011011001010011011010111010010110000010010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD946D; }

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

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

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

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

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

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

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

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