Shades of Nomad #A2977F
Tints of Nomad #A2977F
RGB
CMYK
RGB Variations
Color information
#A2977F (or 0xA2977F) is known color: Nomad. HEX triplet: A2, 97 and 7F. RGB value is (162,151,127). Sum of RGB (Red+Green+Blue) = 162+151+127=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 162 - color contains mainly: red. Hex color #A2977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2977F is #5D6880. Grayscale: #979797. Windows color (decimal): -6121601 or 8361890. OLE color: 8361890.
HSL color Cylindrical-coordinate representation of color #A2977F: hue angle of 41.14º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2977F is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 151 | 127 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.36 |
| HSL | 41.14º | 0.16% | 0.57% | - |
| HSV(B) | 41.14º | 0.22% | 0.64% | - |
| XYZ | 29.8 | 31.35 | 24.56 | - |
| YUV | 151.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 127 | 0 | 0.07 | 0.22 | 0.36 | 41.14 | 0.16 | 0.57 |
| Hex | A2 | 97 | 7F | 0 | 7 | 16 | 24 | 29 | 10 | 39 |
| Octal | 242 | 227 | 177 | 0 | 7 | 26 | 44 | 51 | 20 | 71 |
| Binary | 10100010 | 10010111 | 1111111 | 0 | 111 | 10110 | 100100 | 101001 | 10000 | 111001 |
Color Harmonies of #A2977F
Complementary color
Monochromatic Colors of #A2977F
Black with #A2977F
Text Example
Text Example
White with #A2977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2977F; }
p { color: rgb(162,151,127); }
H1.HeaderClassName
{
color: #A2977F;
}
.AnyTagClassName
{
color: #A2977F;
}
</style>
background-color css
<style>
a { background-color: #A2977F; }
a { background-color: rgb(162,151,127); }
div.DivClassName
{
background-color: #A2977F;
}
.BgClassName
{
background-color: #A2977F;
}
</style>
border-color css
<style>
span { border-color: #A2977F; }
span { border-color: rgb(162,151,127); }
td.TdClassName
{
border-color: #A2977F;
}
.TagClassName
{
border-color: #A2977F;
}
</style>