Shades of Nomad #A19984
Tints of Nomad #A19984
RGB
CMYK
RGB Variations
Color information
#A19984 (or 0xA19984) is known color: Nomad. HEX triplet: A1, 99 and 84. RGB value is (161,153,132). Sum of RGB (Red+Green+Blue) = 161+153+132=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 161 - color contains mainly: red. Hex color #A19984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19984 is #5E667B. Grayscale: #999999. Windows color (decimal): -6186620 or 8690081. OLE color: 8690081.
HSL color Cylindrical-coordinate representation of color #A19984: hue angle of 43.45º 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 #A19984 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 132 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.37 |
| HSL | 43.45º | 0.13% | 0.57% | - |
| HSV(B) | 43.45º | 0.18% | 0.63% | - |
| XYZ | 30.25 | 32.03 | 26.42 | - |
| YUV | 153 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 132 | 0 | 0.05 | 0.18 | 0.37 | 43.45 | 0.13 | 0.57 |
| Hex | A1 | 99 | 84 | 0 | 5 | 12 | 25 | 2B | D | 39 |
| Octal | 241 | 231 | 204 | 0 | 5 | 22 | 45 | 53 | 15 | 71 |
| Binary | 10100001 | 10011001 | 10000100 | 0 | 101 | 10010 | 100101 | 101011 | 1101 | 111001 |
Color Harmonies of #A19984
Complementary color
Monochromatic Colors of #A19984
Black with #A19984
Text Example
Text Example
White with #A19984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19984; }
p { color: rgb(161,153,132); }
H1.HeaderClassName
{
color: #A19984;
}
.AnyTagClassName
{
color: #A19984;
}
</style>
background-color css
<style>
a { background-color: #A19984; }
a { background-color: rgb(161,153,132); }
div.DivClassName
{
background-color: #A19984;
}
.BgClassName
{
background-color: #A19984;
}
</style>
border-color css
<style>
span { border-color: #A19984; }
span { border-color: rgb(161,153,132); }
td.TdClassName
{
border-color: #A19984;
}
.TagClassName
{
border-color: #A19984;
}
</style>