Shades of Nomad #A1957D
Tints of Nomad #A1957D
RGB
CMYK
RGB Variations
Color information
#A1957D (or 0xA1957D) is known color: Nomad. HEX triplet: A1, 95 and 7D. RGB value is (161,149,125). Sum of RGB (Red+Green+Blue) = 161+149+125=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A1957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1957D is #5E6A82. Grayscale: #959595. Windows color (decimal): -6187651 or 8230305. OLE color: 8230305.
HSL color Cylindrical-coordinate representation of color #A1957D: hue angle of 40º 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 #A1957D is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 125 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.37 |
| HSL | 40º | 0.16% | 0.56% | - |
| HSV(B) | 40º | 0.22% | 0.63% | - |
| XYZ | 29.15 | 30.55 | 23.76 | - |
| YUV | 149.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 125 | 0 | 0.07 | 0.22 | 0.37 | 40 | 0.16 | 0.56 |
| Hex | A1 | 95 | 7D | 0 | 7 | 16 | 25 | 28 | 10 | 38 |
| Octal | 241 | 225 | 175 | 0 | 7 | 26 | 45 | 50 | 20 | 70 |
| Binary | 10100001 | 10010101 | 1111101 | 0 | 111 | 10110 | 100101 | 101000 | 10000 | 111000 |
Color Harmonies of #A1957D
Complementary color
Monochromatic Colors of #A1957D
Black with #A1957D
Text Example
Text Example
White with #A1957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1957D; }
p { color: rgb(161,149,125); }
H1.HeaderClassName
{
color: #A1957D;
}
.AnyTagClassName
{
color: #A1957D;
}
</style>
background-color css
<style>
a { background-color: #A1957D; }
a { background-color: rgb(161,149,125); }
div.DivClassName
{
background-color: #A1957D;
}
.BgClassName
{
background-color: #A1957D;
}
</style>
border-color css
<style>
span { border-color: #A1957D; }
span { border-color: rgb(161,149,125); }
td.TdClassName
{
border-color: #A1957D;
}
.TagClassName
{
border-color: #A1957D;
}
</style>