#AD9070

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

Shades of Mongoose #AD9070

Tints of Mongoose #AD9070

Color information

#AD9070 (or 0xAD9070) is unknown color: approx Mongoose. HEX triplet: AD, 90 and 70. RGB value is (173,144,112). Sum of RGB (Red+Green+Blue) = 173+144+112=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9070 is #526F8F. Grayscale: #959595. Windows color (decimal): -5402512 or 7377069. OLE color: 7377069.

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

Color convert

RGB173144112-
CMYK00.170.350.32
HSL31.48º27.11%55.88%-
HSV(B)31.48º35.26%67.84%-
XYZ30.133019.53-
YUV149.02107.11145.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=40.33%
G=33.57%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314411200.170.350.3231.4827.1155.88
HexAD907001123201f1b38
Octal2552201600214340373370
Binary101011011001000011100000100011000111000001111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9070; }

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

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

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

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

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

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

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

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