#AD9474

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

Shades of Mongoose #AD9474

Tints of Mongoose #AD9474

Color information

#AD9474 (or 0xAD9474) is unknown color: approx Mongoose. HEX triplet: AD, 94 and 74. RGB value is (173,148,116). Sum of RGB (Red+Green+Blue) = 173+148+116=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9474 is #526B8B. Grayscale: #979797. Windows color (decimal): -5401484 or 7640237. OLE color: 7640237.

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

Color convert

RGB173148116-
CMYK00.140.330.32
HSL33.68º25.79%56.67%-
HSV(B)33.68º32.95%67.84%-
XYZ30.9831.3320.94-
YUV151.83107.78143.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.59%
GREEN value IS 148 (58.20% from 255) = 33.87%
BLUE value IS 116 (45.70% from 255) = 26.54%
R=39.59%
G=33.87%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314811600.140.330.3233.6825.7956.67
HexAD94740E2120221a39
Octal2552241640164140423271
Binary101011011001010011101000111010000110000010001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9474; }

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

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

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

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

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

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

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

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