#AD9572

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

Shades of Mongoose #AD9572

Tints of Mongoose #AD9572

Color information

#AD9572 (or 0xAD9572) is unknown color: approx Mongoose. HEX triplet: AD, 95 and 72. RGB value is (173,149,114). Sum of RGB (Red+Green+Blue) = 173+149+114=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9572 is #526A8D. Grayscale: #989898. Windows color (decimal): -5401230 or 7509421. OLE color: 7509421.

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

Color convert

RGB173149114-
CMYK00.140.340.32
HSL35.59º26.46%56.27%-
HSV(B)35.59º34.1%67.84%-
XYZ31.0231.5920.38-
YUV152.19106.45142.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.68%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=39.68%
G=34.17%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314911400.140.340.3235.5926.4656.27
HexAD95720E2220241a38
Octal2552251620164240443270
Binary101011011001010111100100111010001010000010010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9572; }

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

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

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

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

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

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

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

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