Shades of Nomad #A09884
Tints of Nomad #A09884
RGB
CMYK
RGB Variations
Color information
#A09884 (or 0xA09884) is known color: Nomad. HEX triplet: A0, 98 and 84. RGB value is (160,152,132). Sum of RGB (Red+Green+Blue) = 160+152+132=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 160 - color contains mainly: red. Hex color #A09884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09884 is #5F677B. Grayscale: #989898. Windows color (decimal): -6252412 or 8689824. OLE color: 8689824.
HSL color Cylindrical-coordinate representation of color #A09884: hue angle of 42.86º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A09884 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 152 | 132 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.37 |
| HSL | 42.86º | 0.13% | 0.57% | - |
| HSV(B) | 42.86º | 0.18% | 0.63% | - |
| XYZ | 29.89 | 31.6 | 26.35 | - |
| YUV | 152.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 132 | 0 | 0.05 | 0.17 | 0.37 | 42.86 | 0.13 | 0.57 |
| Hex | A0 | 98 | 84 | 0 | 5 | 11 | 25 | 2B | D | 39 |
| Octal | 240 | 230 | 204 | 0 | 5 | 21 | 45 | 53 | 15 | 71 |
| Binary | 10100000 | 10011000 | 10000100 | 0 | 101 | 10001 | 100101 | 101011 | 1101 | 111001 |
Color Harmonies of #A09884
Complementary color
Monochromatic Colors of #A09884
Black with #A09884
Text Example
Text Example
White with #A09884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09884; }
p { color: rgb(160,152,132); }
H1.HeaderClassName
{
color: #A09884;
}
.AnyTagClassName
{
color: #A09884;
}
</style>
background-color css
<style>
a { background-color: #A09884; }
a { background-color: rgb(160,152,132); }
div.DivClassName
{
background-color: #A09884;
}
.BgClassName
{
background-color: #A09884;
}
</style>
border-color css
<style>
span { border-color: #A09884; }
span { border-color: rgb(160,152,132); }
td.TdClassName
{
border-color: #A09884;
}
.TagClassName
{
border-color: #A09884;
}
</style>