#AD916D

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

Shades of Mongoose #AD916D

Tints of Mongoose #AD916D

Color information

#AD916D (or 0xAD916D) is unknown color: approx Mongoose. HEX triplet: AD, 91 and 6D. RGB value is (173,145,109). Sum of RGB (Red+Green+Blue) = 173+145+109=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD916D is #526E92. Grayscale: #959595. Windows color (decimal): -5402259 or 7180717. OLE color: 7180717.

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

Color convert

RGB173145109-
CMYK00.160.370.32
HSL33.75º28.07%55.29%-
HSV(B)33.75º36.99%67.84%-
XYZ30.1230.2418.72-
YUV149.27105.28144.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=40.52%
G=33.96%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314510900.160.370.3233.7528.0755.29
HexAD916D0102520221c37
Octal2552211550204540423467
Binary1010110110010001110110101000010010110000010001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD916D; }

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

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

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

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

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

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

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

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