Shades of Nomad #A09987
Tints of Nomad #A09987
RGB
CMYK
RGB Variations
Color information
#A09987 (or 0xA09987) is known color: Nomad. HEX triplet: A0, 99 and 87. RGB value is (160,153,135). Sum of RGB (Red+Green+Blue) = 160+153+135=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 160 - color contains mainly: red. Hex color #A09987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09987 is #5F6678. Grayscale: #999999. Windows color (decimal): -6252153 or 8886688. OLE color: 8886688.
HSL color Cylindrical-coordinate representation of color #A09987: hue angle of 43.2º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A09987 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 135 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.37 |
| HSL | 43.2º | 0.12% | 0.58% | - |
| HSV(B) | 43.2º | 0.16% | 0.63% | - |
| XYZ | 30.26 | 32.01 | 27.5 | - |
| YUV | 153.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 135 | 0 | 0.04 | 0.16 | 0.37 | 43.2 | 0.12 | 0.58 |
| Hex | A0 | 99 | 87 | 0 | 4 | 10 | 25 | 2B | C | 3A |
| Octal | 240 | 231 | 207 | 0 | 4 | 20 | 45 | 53 | 14 | 72 |
| Binary | 10100000 | 10011001 | 10000111 | 0 | 100 | 10000 | 100101 | 101011 | 1100 | 111010 |
Color Harmonies of #A09987
Complementary color
Monochromatic Colors of #A09987
Black with #A09987
Text Example
Text Example
White with #A09987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09987; }
p { color: rgb(160,153,135); }
H1.HeaderClassName
{
color: #A09987;
}
.AnyTagClassName
{
color: #A09987;
}
</style>
background-color css
<style>
a { background-color: #A09987; }
a { background-color: rgb(160,153,135); }
div.DivClassName
{
background-color: #A09987;
}
.BgClassName
{
background-color: #A09987;
}
</style>
border-color css
<style>
span { border-color: #A09987; }
span { border-color: rgb(160,153,135); }
td.TdClassName
{
border-color: #A09987;
}
.TagClassName
{
border-color: #A09987;
}
</style>