Shades of Nomad #A19982
Tints of Nomad #A19982
RGB
CMYK
RGB Variations
Color information
#A19982 (or 0xA19982) is known color: Nomad. HEX triplet: A1, 99 and 82. RGB value is (161,153,130). Sum of RGB (Red+Green+Blue) = 161+153+130=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 161 - color contains mainly: red. Hex color #A19982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19982 is #5E667D. Grayscale: #989898. Windows color (decimal): -6186622 or 8559009. OLE color: 8559009.
HSL color Cylindrical-coordinate representation of color #A19982: hue angle of 44.52º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A19982 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 130 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.37 |
| HSL | 44.52º | 0.14% | 0.57% | - |
| HSV(B) | 44.52º | 0.19% | 0.63% | - |
| XYZ | 30.12 | 31.97 | 25.7 | - |
| YUV | 152.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 130 | 0 | 0.05 | 0.19 | 0.37 | 44.52 | 0.14 | 0.57 |
| Hex | A1 | 99 | 82 | 0 | 5 | 13 | 25 | 2D | E | 39 |
| Octal | 241 | 231 | 202 | 0 | 5 | 23 | 45 | 55 | 16 | 71 |
| Binary | 10100001 | 10011001 | 10000010 | 0 | 101 | 10011 | 100101 | 101101 | 1110 | 111001 |
Color Harmonies of #A19982
Complementary color
Monochromatic Colors of #A19982
Black with #A19982
Text Example
Text Example
White with #A19982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19982; }
p { color: rgb(161,153,130); }
H1.HeaderClassName
{
color: #A19982;
}
.AnyTagClassName
{
color: #A19982;
}
</style>
background-color css
<style>
a { background-color: #A19982; }
a { background-color: rgb(161,153,130); }
div.DivClassName
{
background-color: #A19982;
}
.BgClassName
{
background-color: #A19982;
}
</style>
border-color css
<style>
span { border-color: #A19982; }
span { border-color: rgb(161,153,130); }
td.TdClassName
{
border-color: #A19982;
}
.TagClassName
{
border-color: #A19982;
}
</style>