#AD8E6D

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

Shades of Mongoose #AD8E6D

Tints of Mongoose #AD8E6D

Color information

#AD8E6D (or 0xAD8E6D) is unknown color: approx Mongoose. HEX triplet: AD, 8E and 6D. RGB value is (173,142,109). Sum of RGB (Red+Green+Blue) = 173+142+109=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8E6D is #527192. Grayscale: #939393. Windows color (decimal): -5403027 or 7179949. OLE color: 7179949.

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

Color convert

RGB173142109-
CMYK00.180.370.32
HSL30.94º28.07%55.29%-
HSV(B)30.94º36.99%67.84%-
XYZ29.6729.3318.57-
YUV147.51106.27146.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 142 (55.86% from 255) = 33.49%
BLUE value IS 109 (42.97% from 255) = 25.71%
R=40.80%
G=33.49%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314210900.180.370.3230.9428.0755.29
HexAD8E6D01225201f1c37
Octal2552161550224540373467
Binary101011011000111011011010100101001011000001111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8E6D; }

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

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

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

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

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

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

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

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