#AD8D69

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

Shades of Mongoose #AD8D69

Tints of Mongoose #AD8D69

Color information

#AD8D69 (or 0xAD8D69) is unknown color: approx Mongoose. HEX triplet: AD, 8D and 69. RGB value is (173,141,105). Sum of RGB (Red+Green+Blue) = 173+141+105=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D69 is #527296. Grayscale: #929292. Windows color (decimal): -5403287 or 6917549. OLE color: 6917549.

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

Color convert

RGB173141105-
CMYK00.180.390.32
HSL31.76º29.31%54.51%-
HSV(B)31.76º39.31%67.84%-
XYZ29.3128.9517.41-
YUV146.46104.6146.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 141 (55.47% from 255) = 33.65%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=41.29%
G=33.65%
B=25.06%

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
Decimal17314110500.180.390.3231.7629.3154.51
HexAD8D690122720201d37
Octal2552151510224740403567
Binary1010110110001101110100101001010011110000010000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8D69; }

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

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

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

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

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

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

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

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