Shades of Nomad #A2977E
Tints of Nomad #A2977E
RGB
CMYK
RGB Variations
Color information
#A2977E (or 0xA2977E) is known color: Nomad. HEX triplet: A2, 97 and 7E. RGB value is (162,151,126). Sum of RGB (Red+Green+Blue) = 162+151+126=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 162 - color contains mainly: red. Hex color #A2977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2977E is #5D6881. Grayscale: #979797. Windows color (decimal): -6121602 or 8296354. OLE color: 8296354.
HSL color Cylindrical-coordinate representation of color #A2977E: hue angle of 41.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2977E is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 151 | 126 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.36 |
| HSL | 41.67º | 0.16% | 0.56% | - |
| HSV(B) | 41.67º | 0.22% | 0.64% | - |
| XYZ | 29.73 | 31.32 | 24.22 | - |
| YUV | 151.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 126 | 0 | 0.07 | 0.22 | 0.36 | 41.67 | 0.16 | 0.56 |
| Hex | A2 | 97 | 7E | 0 | 7 | 16 | 24 | 2A | 10 | 38 |
| Octal | 242 | 227 | 176 | 0 | 7 | 26 | 44 | 52 | 20 | 70 |
| Binary | 10100010 | 10010111 | 1111110 | 0 | 111 | 10110 | 100100 | 101010 | 10000 | 111000 |
Color Harmonies of #A2977E
Complementary color
Monochromatic Colors of #A2977E
Black with #A2977E
Text Example
Text Example
White with #A2977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2977E; }
p { color: rgb(162,151,126); }
H1.HeaderClassName
{
color: #A2977E;
}
.AnyTagClassName
{
color: #A2977E;
}
</style>
background-color css
<style>
a { background-color: #A2977E; }
a { background-color: rgb(162,151,126); }
div.DivClassName
{
background-color: #A2977E;
}
.BgClassName
{
background-color: #A2977E;
}
</style>
border-color css
<style>
span { border-color: #A2977E; }
span { border-color: rgb(162,151,126); }
td.TdClassName
{
border-color: #A2977E;
}
.TagClassName
{
border-color: #A2977E;
}
</style>