Shades of Nomad #A19881
Tints of Nomad #A19881
RGB
CMYK
RGB Variations
Color information
#A19881 (or 0xA19881) is known color: Nomad. HEX triplet: A1, 98 and 81. RGB value is (161,152,129). Sum of RGB (Red+Green+Blue) = 161+152+129=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 161 - color contains mainly: red. Hex color #A19881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19881 is #5E677E. Grayscale: #989898. Windows color (decimal): -6186879 or 8493217. OLE color: 8493217.
HSL color Cylindrical-coordinate representation of color #A19881: hue angle of 43.12º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A19881 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 152 | 129 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.37 |
| HSL | 43.13º | 0.15% | 0.57% | - |
| HSV(B) | 43.13º | 0.2% | 0.63% | - |
| XYZ | 29.89 | 31.62 | 25.3 | - |
| YUV | 152.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 129 | 0 | 0.06 | 0.20 | 0.37 | 43.13 | 0.15 | 0.57 |
| Hex | A1 | 98 | 81 | 0 | 6 | 14 | 25 | 2B | F | 39 |
| Octal | 241 | 230 | 201 | 0 | 6 | 24 | 45 | 53 | 17 | 71 |
| Binary | 10100001 | 10011000 | 10000001 | 0 | 110 | 10100 | 100101 | 101011 | 1111 | 111001 |
Color Harmonies of #A19881
Complementary color
Monochromatic Colors of #A19881
Black with #A19881
Text Example
Text Example
White with #A19881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19881; }
p { color: rgb(161,152,129); }
H1.HeaderClassName
{
color: #A19881;
}
.AnyTagClassName
{
color: #A19881;
}
</style>
background-color css
<style>
a { background-color: #A19881; }
a { background-color: rgb(161,152,129); }
div.DivClassName
{
background-color: #A19881;
}
.BgClassName
{
background-color: #A19881;
}
</style>
border-color css
<style>
span { border-color: #A19881; }
span { border-color: rgb(161,152,129); }
td.TdClassName
{
border-color: #A19881;
}
.TagClassName
{
border-color: #A19881;
}
</style>