#AD9272

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

Shades of Mongoose #AD9272

Tints of Mongoose #AD9272

Color information

#AD9272 (or 0xAD9272) is unknown color: approx Mongoose. HEX triplet: AD, 92 and 72. RGB value is (173,146,114). Sum of RGB (Red+Green+Blue) = 173+146+114=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9272 is #526D8D. Grayscale: #969696. Windows color (decimal): -5401998 or 7508653. OLE color: 7508653.

HSL color Cylindrical-coordinate representation of color #AD9272: hue angle of 32.54º 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 #AD9272 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB173146114-
CMYK00.160.340.32
HSL32.54º26.46%56.27%-
HSV(B)32.54º34.1%67.84%-
XYZ30.5530.6620.23-
YUV150.43107.45144.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 146 (57.42% from 255) = 33.72%
BLUE value IS 114 (44.92% from 255) = 26.33%
R=39.95%
G=33.72%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314611400.160.340.3232.5426.4656.27
HexAD92720102220211a38
Octal2552221620204240413270
Binary1010110110010010111001001000010001010000010000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9272; }

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

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

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

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

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

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

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

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