Shades of Mongoose #AD9274
Tints of Mongoose #AD9274
RGB
CMYK
RGB Variations
Color information
#AD9274 (or 0xAD9274) is known color: Mongoose. HEX triplet: AD, 92 and 74. RGB value is (173,146,116). Sum of RGB (Red+Green+Blue) = 173+146+116=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9274 is #526D8B. Grayscale: #969696. Windows color (decimal): -5401996 or 7639725. OLE color: 7639725.
HSL color Cylindrical-coordinate representation of color #AD9274: hue angle of 31.58º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD9274 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 116 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.32 |
| HSL | 31.58º | 0.26% | 0.57% | - |
| HSV(B) | 31.58º | 0.33% | 0.68% | - |
| XYZ | 30.66 | 30.7 | 20.83 | - |
| YUV | 150.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 116 | 0 | 0.16 | 0.33 | 0.32 | 31.58 | 0.26 | 0.57 |
| Hex | AD | 92 | 74 | 0 | 10 | 21 | 20 | 20 | 1A | 39 |
| Octal | 255 | 222 | 164 | 0 | 20 | 41 | 40 | 40 | 32 | 71 |
| Binary | 10101101 | 10010010 | 1110100 | 0 | 10000 | 100001 | 100000 | 100000 | 11010 | 111001 |
Color Harmonies of #AD9274
Complementary color
Monochromatic Colors of #AD9274
Black with #AD9274
Text Example
Text Example
White with #AD9274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9274; }
p { color: rgb(173,146,116); }
H1.HeaderClassName
{
color: #AD9274;
}
.AnyTagClassName
{
color: #AD9274;
}
</style>
background-color css
<style>
a { background-color: #AD9274; }
a { background-color: rgb(173,146,116); }
div.DivClassName
{
background-color: #AD9274;
}
.BgClassName
{
background-color: #AD9274;
}
</style>
border-color css
<style>
span { border-color: #AD9274; }
span { border-color: rgb(173,146,116); }
td.TdClassName
{
border-color: #AD9274;
}
.TagClassName
{
border-color: #AD9274;
}
</style>