Shades of Nomad #A19681
Tints of Nomad #A19681
RGB
CMYK
RGB Variations
Color information
#A19681 (or 0xA19681) is known color: Nomad. HEX triplet: A1, 96 and 81. RGB value is (161,150,129). Sum of RGB (Red+Green+Blue) = 161+150+129=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 161 - color contains mainly: red. Hex color #A19681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19681 is #5E697E. Grayscale: #969696. Windows color (decimal): -6187391 or 8492705. OLE color: 8492705.
HSL color Cylindrical-coordinate representation of color #A19681: hue angle of 39.38º 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 #A19681 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 129 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.37 |
| HSL | 39.38º | 0.15% | 0.57% | - |
| HSV(B) | 39.38º | 0.2% | 0.63% | - |
| XYZ | 29.57 | 30.97 | 25.19 | - |
| YUV | 150.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 129 | 0 | 0.07 | 0.20 | 0.37 | 39.38 | 0.15 | 0.57 |
| Hex | A1 | 96 | 81 | 0 | 7 | 14 | 25 | 27 | F | 39 |
| Octal | 241 | 226 | 201 | 0 | 7 | 24 | 45 | 47 | 17 | 71 |
| Binary | 10100001 | 10010110 | 10000001 | 0 | 111 | 10100 | 100101 | 100111 | 1111 | 111001 |
Color Harmonies of #A19681
Complementary color
Monochromatic Colors of #A19681
Black with #A19681
Text Example
Text Example
White with #A19681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19681; }
p { color: rgb(161,150,129); }
H1.HeaderClassName
{
color: #A19681;
}
.AnyTagClassName
{
color: #A19681;
}
</style>
background-color css
<style>
a { background-color: #A19681; }
a { background-color: rgb(161,150,129); }
div.DivClassName
{
background-color: #A19681;
}
.BgClassName
{
background-color: #A19681;
}
</style>
border-color css
<style>
span { border-color: #A19681; }
span { border-color: rgb(161,150,129); }
td.TdClassName
{
border-color: #A19681;
}
.TagClassName
{
border-color: #A19681;
}
</style>