Shades of Nomad #A1967E
Tints of Nomad #A1967E
RGB
CMYK
RGB Variations
Color information
#A1967E (or 0xA1967E) is known color: Nomad. HEX triplet: A1, 96 and 7E. RGB value is (161,150,126). Sum of RGB (Red+Green+Blue) = 161+150+126=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 161 - color contains mainly: red. Hex color #A1967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1967E is #5E6981. Grayscale: #969696. Windows color (decimal): -6187394 or 8296097. OLE color: 8296097.
HSL color Cylindrical-coordinate representation of color #A1967E: hue angle of 41.14º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1967E is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 126 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.37 |
| HSL | 41.14º | 0.16% | 0.56% | - |
| HSV(B) | 41.14º | 0.22% | 0.63% | - |
| XYZ | 29.37 | 30.9 | 24.15 | - |
| YUV | 150.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 126 | 0 | 0.07 | 0.22 | 0.37 | 41.14 | 0.16 | 0.56 |
| Hex | A1 | 96 | 7E | 0 | 7 | 16 | 25 | 29 | 10 | 38 |
| Octal | 241 | 226 | 176 | 0 | 7 | 26 | 45 | 51 | 20 | 70 |
| Binary | 10100001 | 10010110 | 1111110 | 0 | 111 | 10110 | 100101 | 101001 | 10000 | 111000 |
Color Harmonies of #A1967E
Complementary color
Monochromatic Colors of #A1967E
Black with #A1967E
Text Example
Text Example
White with #A1967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1967E; }
p { color: rgb(161,150,126); }
H1.HeaderClassName
{
color: #A1967E;
}
.AnyTagClassName
{
color: #A1967E;
}
</style>
background-color css
<style>
a { background-color: #A1967E; }
a { background-color: rgb(161,150,126); }
div.DivClassName
{
background-color: #A1967E;
}
.BgClassName
{
background-color: #A1967E;
}
</style>
border-color css
<style>
span { border-color: #A1967E; }
span { border-color: rgb(161,150,126); }
td.TdClassName
{
border-color: #A1967E;
}
.TagClassName
{
border-color: #A1967E;
}
</style>