Shades of Nomad #A19C8D
Tints of Nomad #A19C8D
RGB
CMYK
RGB Variations
Color information
#A19C8D (or 0xA19C8D) is known color: Nomad. HEX triplet: A1, 9C and 8D. RGB value is (161,156,141). Sum of RGB (Red+Green+Blue) = 161+156+141=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19C8D is #5E6372. Grayscale: #9B9B9B. Windows color (decimal): -6185843 or 9280673. OLE color: 9280673.
HSL color Cylindrical-coordinate representation of color #A19C8D: hue angle of 45º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A19C8D is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 141 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.37 |
| HSL | 45º | 0.1% | 0.59% | - |
| HSV(B) | 45º | 0.12% | 0.63% | - |
| XYZ | 31.39 | 33.28 | 29.97 | - |
| YUV | 155.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 141 | 0 | 0.03 | 0.12 | 0.37 | 45 | 0.1 | 0.59 |
| Hex | A1 | 9C | 8D | 0 | 3 | C | 25 | 2D | A | 3B |
| Octal | 241 | 234 | 215 | 0 | 3 | 14 | 45 | 55 | 12 | 73 |
| Binary | 10100001 | 10011100 | 10001101 | 0 | 11 | 1100 | 100101 | 101101 | 1010 | 111011 |
Color Harmonies of #A19C8D
Complementary color
Monochromatic Colors of #A19C8D
Black with #A19C8D
Text Example
Text Example
White with #A19C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C8D; }
p { color: rgb(161,156,141); }
H1.HeaderClassName
{
color: #A19C8D;
}
.AnyTagClassName
{
color: #A19C8D;
}
</style>
background-color css
<style>
a { background-color: #A19C8D; }
a { background-color: rgb(161,156,141); }
div.DivClassName
{
background-color: #A19C8D;
}
.BgClassName
{
background-color: #A19C8D;
}
</style>
border-color css
<style>
span { border-color: #A19C8D; }
span { border-color: rgb(161,156,141); }
td.TdClassName
{
border-color: #A19C8D;
}
.TagClassName
{
border-color: #A19C8D;
}
</style>