#AD8E69

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

Shades of Mongoose #AD8E69

Tints of Mongoose #AD8E69

Color information

#AD8E69 (or 0xAD8E69) is unknown color: approx Mongoose. HEX triplet: AD, 8E and 69. RGB value is (173,142,105). Sum of RGB (Red+Green+Blue) = 173+142+105=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8E69 is #527196. Grayscale: #939393. Windows color (decimal): -5403031 or 6917805. OLE color: 6917805.

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

Color convert

RGB173142105-
CMYK00.180.390.32
HSL32.65º29.31%54.51%-
HSV(B)32.65º39.31%67.84%-
XYZ29.4629.2517.46-
YUV147.05104.27146.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 105 (41.41% from 255) = 25%
R=41.19%
G=33.81%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314210500.180.390.3232.6529.3154.51
HexAD8E690122720211d37
Octal2552161510224740413567
Binary1010110110001110110100101001010011110000010000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8E69; }

 p { color: rgb(173,142,105); }

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

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

 a { background-color: rgb(173,142,105); }

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

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

 span { border-color: rgb(173,142,105); }

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