Shades of Nomad #A1977F
Tints of Nomad #A1977F
RGB
CMYK
RGB Variations
Color information
#A1977F (or 0xA1977F) is known color: Nomad. HEX triplet: A1, 97 and 7F. RGB value is (161,151,127). Sum of RGB (Red+Green+Blue) = 161+151+127=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 161 - color contains mainly: red. Hex color #A1977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1977F is #5E6880. Grayscale: #979797. Windows color (decimal): -6187137 or 8361889. OLE color: 8361889.
HSL color Cylindrical-coordinate representation of color #A1977F: hue angle of 42.35º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1977F is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 151 | 127 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.37 |
| HSL | 42.35º | 0.15% | 0.56% | - |
| HSV(B) | 42.35º | 0.21% | 0.63% | - |
| XYZ | 29.6 | 31.24 | 24.55 | - |
| YUV | 151.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 127 | 0 | 0.06 | 0.21 | 0.37 | 42.35 | 0.15 | 0.56 |
| Hex | A1 | 97 | 7F | 0 | 6 | 15 | 25 | 2A | F | 38 |
| Octal | 241 | 227 | 177 | 0 | 6 | 25 | 45 | 52 | 17 | 70 |
| Binary | 10100001 | 10010111 | 1111111 | 0 | 110 | 10101 | 100101 | 101010 | 1111 | 111000 |
Color Harmonies of #A1977F
Complementary color
Monochromatic Colors of #A1977F
Black with #A1977F
Text Example
Text Example
White with #A1977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1977F; }
p { color: rgb(161,151,127); }
H1.HeaderClassName
{
color: #A1977F;
}
.AnyTagClassName
{
color: #A1977F;
}
</style>
background-color css
<style>
a { background-color: #A1977F; }
a { background-color: rgb(161,151,127); }
div.DivClassName
{
background-color: #A1977F;
}
.BgClassName
{
background-color: #A1977F;
}
</style>
border-color css
<style>
span { border-color: #A1977F; }
span { border-color: rgb(161,151,127); }
td.TdClassName
{
border-color: #A1977F;
}
.TagClassName
{
border-color: #A1977F;
}
</style>