Shades of Nomad #A0957E
Tints of Nomad #A0957E
RGB
CMYK
RGB Variations
Color information
#A0957E (or 0xA0957E) is known color: Nomad. HEX triplet: A0, 95 and 7E. RGB value is (160,149,126). Sum of RGB (Red+Green+Blue) = 160+149+126=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A0957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0957E is #5F6A81. Grayscale: #959595. Windows color (decimal): -6253186 or 8295840. OLE color: 8295840.
HSL color Cylindrical-coordinate representation of color #A0957E: hue angle of 40.59º 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 #A0957E is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 126 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.37 |
| HSL | 40.59º | 0.15% | 0.56% | - |
| HSV(B) | 40.59º | 0.21% | 0.63% | - |
| XYZ | 29.01 | 30.47 | 24.09 | - |
| YUV | 149.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 126 | 0 | 0.07 | 0.21 | 0.37 | 40.59 | 0.15 | 0.56 |
| Hex | A0 | 95 | 7E | 0 | 7 | 15 | 25 | 29 | F | 38 |
| Octal | 240 | 225 | 176 | 0 | 7 | 25 | 45 | 51 | 17 | 70 |
| Binary | 10100000 | 10010101 | 1111110 | 0 | 111 | 10101 | 100101 | 101001 | 1111 | 111000 |
Color Harmonies of #A0957E
Complementary color
Monochromatic Colors of #A0957E
Black with #A0957E
Text Example
Text Example
White with #A0957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0957E; }
p { color: rgb(160,149,126); }
H1.HeaderClassName
{
color: #A0957E;
}
.AnyTagClassName
{
color: #A0957E;
}
</style>
background-color css
<style>
a { background-color: #A0957E; }
a { background-color: rgb(160,149,126); }
div.DivClassName
{
background-color: #A0957E;
}
.BgClassName
{
background-color: #A0957E;
}
</style>
border-color css
<style>
span { border-color: #A0957E; }
span { border-color: rgb(160,149,126); }
td.TdClassName
{
border-color: #A0957E;
}
.TagClassName
{
border-color: #A0957E;
}
</style>