#AD9372

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

Shades of Mongoose #AD9372

Tints of Mongoose #AD9372

Color information

#AD9372 (or 0xAD9372) is unknown color: approx Mongoose. HEX triplet: AD, 93 and 72. RGB value is (173,147,114). Sum of RGB (Red+Green+Blue) = 173+147+114=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9372 is #526C8D. Grayscale: #979797. Windows color (decimal): -5401742 or 7508909. OLE color: 7508909.

HSL color Cylindrical-coordinate representation of color #AD9372: hue angle of 33.56º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD9372 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB173147114-
CMYK00.150.340.32
HSL33.56º26.46%56.27%-
HSV(B)33.56º34.1%67.84%-
XYZ30.730.9720.28-
YUV151.01107.11143.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.86%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=39.86%
G=33.87%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314711400.150.340.3233.5626.4656.27
HexAD93720F2220221a38
Octal2552231620174240423270
Binary101011011001001111100100111110001010000010001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9372; }

 p { color: rgb(173,147,114); }

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

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

 a { background-color: rgb(173,147,114); }

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

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

 span { border-color: rgb(173,147,114); }

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