#AD8C69

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

Shades of Mongoose #AD8C69

Tints of Mongoose #AD8C69

Color information

#AD8C69 (or 0xAD8C69) is unknown color: approx Mongoose. HEX triplet: AD, 8C and 69. RGB value is (173,140,105). Sum of RGB (Red+Green+Blue) = 173+140+105=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C69 is #527396. Grayscale: #929292. Windows color (decimal): -5403543 or 6917293. OLE color: 6917293.

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

Color convert

RGB173140105-
CMYK00.190.390.32
HSL30.88º29.31%54.51%-
HSV(B)30.88º39.31%67.84%-
XYZ29.1628.6617.36-
YUV145.88104.93147.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 105 (41.41% from 255) = 25.12%
R=41.39%
G=33.49%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314010500.190.390.3230.8829.3154.51
HexAD8C6901327201f1d37
Octal2552141510234740373567
Binary101011011000110011010010100111001111000001111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8C69; }

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

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

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

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

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

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

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

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