Shades of Mongoose #AD9069
Tints of Mongoose #AD9069
RGB
CMYK
RGB Variations
Color information
#AD9069 (or 0xAD9069) is known color: Mongoose. HEX triplet: AD, 90 and 69. RGB value is (173,144,105). Sum of RGB (Red+Green+Blue) = 173+144+105=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9069 is #526F96. Grayscale: #949494. Windows color (decimal): -5402519 or 6918317. OLE color: 6918317.
HSL color Cylindrical-coordinate representation of color #AD9069: hue angle of 34.41º 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 #AD9069 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 105 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.32 |
| HSL | 34.41º | 0.29% | 0.55% | - |
| HSV(B) | 34.41º | 0.39% | 0.68% | - |
| XYZ | 29.76 | 29.85 | 17.56 | - |
| YUV | 148.23 | 103.61 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 105 | 0 | 0.17 | 0.39 | 0.32 | 34.41 | 0.29 | 0.55 |
| Hex | AD | 90 | 69 | 0 | 11 | 27 | 20 | 22 | 1D | 37 |
| Octal | 255 | 220 | 151 | 0 | 21 | 47 | 40 | 42 | 35 | 67 |
| Binary | 10101101 | 10010000 | 1101001 | 0 | 10001 | 100111 | 100000 | 100010 | 11101 | 110111 |
Color Harmonies of #AD9069
Complementary color
Monochromatic Colors of #AD9069
Black with #AD9069
Text Example
Text Example
White with #AD9069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9069; }
p { color: rgb(173,144,105); }
H1.HeaderClassName
{
color: #AD9069;
}
.AnyTagClassName
{
color: #AD9069;
}
</style>
background-color css
<style>
a { background-color: #AD9069; }
a { background-color: rgb(173,144,105); }
div.DivClassName
{
background-color: #AD9069;
}
.BgClassName
{
background-color: #AD9069;
}
</style>
border-color css
<style>
span { border-color: #AD9069; }
span { border-color: rgb(173,144,105); }
td.TdClassName
{
border-color: #AD9069;
}
.TagClassName
{
border-color: #AD9069;
}
</style>