#AD916E

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

Shades of Mongoose #AD916E

Tints of Mongoose #AD916E

Color information

#AD916E (or 0xAD916E) is unknown color: approx Mongoose. HEX triplet: AD, 91 and 6E. RGB value is (173,145,110). Sum of RGB (Red+Green+Blue) = 173+145+110=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD916E is #526E91. Grayscale: #959595. Windows color (decimal): -5402258 or 7246253. OLE color: 7246253.

HSL color Cylindrical-coordinate representation of color #AD916E: hue angle of 33.33º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD916E is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB173145110-
CMYK00.160.360.32
HSL33.33º27.75%55.49%-
HSV(B)33.33º36.42%67.84%-
XYZ30.1730.2619-
YUV149.38105.78144.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.42%
GREEN value IS 145 (57.03% from 255) = 33.88%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=40.42%
G=33.88%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314511000.160.360.3233.3327.7555.49
HexAD916E0102420211c37
Octal2552211560204440413467
Binary1010110110010001110111001000010010010000010000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD916E; }

 p { color: rgb(173,145,110); }

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

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

 a { background-color: rgb(173,145,110); }

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

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

 span { border-color: rgb(173,145,110); }

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