Shades of Nomad #A19882
Tints of Nomad #A19882
RGB
CMYK
RGB Variations
Color information
#A19882 (or 0xA19882) is known color: Nomad. HEX triplet: A1, 98 and 82. RGB value is (161,152,130). Sum of RGB (Red+Green+Blue) = 161+152+130=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 161 - color contains mainly: red. Hex color #A19882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19882 is #5E677D. Grayscale: #989898. Windows color (decimal): -6186878 or 8558753. OLE color: 8558753.
HSL color Cylindrical-coordinate representation of color #A19882: hue angle of 42.58º 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 #A19882 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 152 | 130 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.37 |
| HSL | 42.58º | 0.14% | 0.57% | - |
| HSV(B) | 42.58º | 0.19% | 0.63% | - |
| XYZ | 29.96 | 31.65 | 25.65 | - |
| YUV | 152.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 130 | 0 | 0.06 | 0.19 | 0.37 | 42.58 | 0.14 | 0.57 |
| Hex | A1 | 98 | 82 | 0 | 6 | 13 | 25 | 2B | E | 39 |
| Octal | 241 | 230 | 202 | 0 | 6 | 23 | 45 | 53 | 16 | 71 |
| Binary | 10100001 | 10011000 | 10000010 | 0 | 110 | 10011 | 100101 | 101011 | 1110 | 111001 |
Color Harmonies of #A19882
Complementary color
Monochromatic Colors of #A19882
Black with #A19882
Text Example
Text Example
White with #A19882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19882; }
p { color: rgb(161,152,130); }
H1.HeaderClassName
{
color: #A19882;
}
.AnyTagClassName
{
color: #A19882;
}
</style>
background-color css
<style>
a { background-color: #A19882; }
a { background-color: rgb(161,152,130); }
div.DivClassName
{
background-color: #A19882;
}
.BgClassName
{
background-color: #A19882;
}
</style>
border-color css
<style>
span { border-color: #A19882; }
span { border-color: rgb(161,152,130); }
td.TdClassName
{
border-color: #A19882;
}
.TagClassName
{
border-color: #A19882;
}
</style>