Shades of Nomad #A19884
Tints of Nomad #A19884
RGB
CMYK
RGB Variations
Color information
#A19884 (or 0xA19884) is known color: Nomad. HEX triplet: A1, 98 and 84. RGB value is (161,152,132). Sum of RGB (Red+Green+Blue) = 161+152+132=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 161 - color contains mainly: red. Hex color #A19884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19884 is #5E677B. Grayscale: #989898. Windows color (decimal): -6186876 or 8689825. OLE color: 8689825.
HSL color Cylindrical-coordinate representation of color #A19884: hue angle of 41.38º 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 #A19884 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 152 | 132 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.37 |
| HSL | 41.38º | 0.13% | 0.57% | - |
| HSV(B) | 41.38º | 0.18% | 0.63% | - |
| XYZ | 30.09 | 31.7 | 26.36 | - |
| YUV | 152.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 132 | 0 | 0.06 | 0.18 | 0.37 | 41.38 | 0.13 | 0.57 |
| Hex | A1 | 98 | 84 | 0 | 6 | 12 | 25 | 29 | D | 39 |
| Octal | 241 | 230 | 204 | 0 | 6 | 22 | 45 | 51 | 15 | 71 |
| Binary | 10100001 | 10011000 | 10000100 | 0 | 110 | 10010 | 100101 | 101001 | 1101 | 111001 |
Color Harmonies of #A19884
Complementary color
Monochromatic Colors of #A19884
Black with #A19884
Text Example
Text Example
White with #A19884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19884; }
p { color: rgb(161,152,132); }
H1.HeaderClassName
{
color: #A19884;
}
.AnyTagClassName
{
color: #A19884;
}
</style>
background-color css
<style>
a { background-color: #A19884; }
a { background-color: rgb(161,152,132); }
div.DivClassName
{
background-color: #A19884;
}
.BgClassName
{
background-color: #A19884;
}
</style>
border-color css
<style>
span { border-color: #A19884; }
span { border-color: rgb(161,152,132); }
td.TdClassName
{
border-color: #A19884;
}
.TagClassName
{
border-color: #A19884;
}
</style>