Shades of Nomad #A0957D
Tints of Nomad #A0957D
RGB
CMYK
RGB Variations
Color information
#A0957D (or 0xA0957D) is known color: Nomad. HEX triplet: A0, 95 and 7D. RGB value is (160,149,125). Sum of RGB (Red+Green+Blue) = 160+149+125=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A0957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0957D is #5F6A82. Grayscale: #959595. Windows color (decimal): -6253187 or 8230304. OLE color: 8230304.
HSL color Cylindrical-coordinate representation of color #A0957D: 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 #A0957D is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 125 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.37 |
| HSL | 41.14º | 0.16% | 0.56% | - |
| HSV(B) | 41.14º | 0.22% | 0.63% | - |
| XYZ | 28.95 | 30.45 | 23.75 | - |
| YUV | 149.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 125 | 0 | 0.07 | 0.22 | 0.37 | 41.14 | 0.16 | 0.56 |
| Hex | A0 | 95 | 7D | 0 | 7 | 16 | 25 | 29 | 10 | 38 |
| Octal | 240 | 225 | 175 | 0 | 7 | 26 | 45 | 51 | 20 | 70 |
| Binary | 10100000 | 10010101 | 1111101 | 0 | 111 | 10110 | 100101 | 101001 | 10000 | 111000 |
Color Harmonies of #A0957D
Complementary color
Monochromatic Colors of #A0957D
Black with #A0957D
Text Example
Text Example
White with #A0957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0957D; }
p { color: rgb(160,149,125); }
H1.HeaderClassName
{
color: #A0957D;
}
.AnyTagClassName
{
color: #A0957D;
}
</style>
background-color css
<style>
a { background-color: #A0957D; }
a { background-color: rgb(160,149,125); }
div.DivClassName
{
background-color: #A0957D;
}
.BgClassName
{
background-color: #A0957D;
}
</style>
border-color css
<style>
span { border-color: #A0957D; }
span { border-color: rgb(160,149,125); }
td.TdClassName
{
border-color: #A0957D;
}
.TagClassName
{
border-color: #A0957D;
}
</style>