#AD9073

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

Shades of Mongoose #AD9073

Tints of Mongoose #AD9073

Color information

#AD9073 (or 0xAD9073) is unknown color: approx Mongoose. HEX triplet: AD, 90 and 73. RGB value is (173,144,115). Sum of RGB (Red+Green+Blue) = 173+144+115=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9073 is #526F8C. Grayscale: #959595. Windows color (decimal): -5402509 or 7573677. OLE color: 7573677.

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

Color convert

RGB173144115-
CMYK00.170.340.32
HSL30º26.13%56.47%-
HSV(B)30º33.53%67.84%-
XYZ30.330.0720.43-
YUV149.36108.61144.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 144 (56.64% from 255) = 33.33%
BLUE value IS 115 (45.31% from 255) = 26.62%
R=40.05%
G=33.33%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314411500.170.340.323026.1356.47
HexAD907301122201e1a38
Octal2552201630214240363270
Binary101011011001000011100110100011000101000001111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9073; }

 p { color: rgb(173,144,115); }

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

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

 a { background-color: rgb(173,144,115); }

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

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

 span { border-color: rgb(173,144,115); }

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