Shades of Nomad #A19680
Tints of Nomad #A19680
RGB
CMYK
RGB Variations
Color information
#A19680 (or 0xA19680) is known color: Nomad. HEX triplet: A1, 96 and 80. RGB value is (161,150,128). Sum of RGB (Red+Green+Blue) = 161+150+128=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 161 - color contains mainly: red. Hex color #A19680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19680 is #5E697F. Grayscale: #969696. Windows color (decimal): -6187392 or 8427169. OLE color: 8427169.
HSL color Cylindrical-coordinate representation of color #A19680: hue angle of 40º 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 #A19680 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 128 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.37 |
| HSL | 40º | 0.15% | 0.57% | - |
| HSV(B) | 40º | 0.2% | 0.63% | - |
| XYZ | 29.5 | 30.95 | 24.84 | - |
| YUV | 150.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 128 | 0 | 0.07 | 0.20 | 0.37 | 40 | 0.15 | 0.57 |
| Hex | A1 | 96 | 80 | 0 | 7 | 14 | 25 | 28 | F | 39 |
| Octal | 241 | 226 | 200 | 0 | 7 | 24 | 45 | 50 | 17 | 71 |
| Binary | 10100001 | 10010110 | 10000000 | 0 | 111 | 10100 | 100101 | 101000 | 1111 | 111001 |
Color Harmonies of #A19680
Complementary color
Monochromatic Colors of #A19680
Black with #A19680
Text Example
Text Example
White with #A19680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19680; }
p { color: rgb(161,150,128); }
H1.HeaderClassName
{
color: #A19680;
}
.AnyTagClassName
{
color: #A19680;
}
</style>
background-color css
<style>
a { background-color: #A19680; }
a { background-color: rgb(161,150,128); }
div.DivClassName
{
background-color: #A19680;
}
.BgClassName
{
background-color: #A19680;
}
</style>
border-color css
<style>
span { border-color: #A19680; }
span { border-color: rgb(161,150,128); }
td.TdClassName
{
border-color: #A19680;
}
.TagClassName
{
border-color: #A19680;
}
</style>