Shades of Nomad #A3977F
Tints of Nomad #A3977F
RGB
CMYK
RGB Variations
Color information
#A3977F (or 0xA3977F) is known color: Nomad. HEX triplet: A3, 97 and 7F. RGB value is (163,151,127). Sum of RGB (Red+Green+Blue) = 163+151+127=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 163 - color contains mainly: red. Hex color #A3977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3977F is #5C6880. Grayscale: #979797. Windows color (decimal): -6056065 or 8361891. OLE color: 8361891.
HSL color Cylindrical-coordinate representation of color #A3977F: hue angle of 40º 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 #A3977F is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 151 | 127 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.36 |
| HSL | 40º | 0.16% | 0.57% | - |
| HSV(B) | 40º | 0.22% | 0.64% | - |
| XYZ | 30 | 31.45 | 24.57 | - |
| YUV | 151.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 127 | 0 | 0.07 | 0.22 | 0.36 | 40 | 0.16 | 0.57 |
| Hex | A3 | 97 | 7F | 0 | 7 | 16 | 24 | 28 | 10 | 39 |
| Octal | 243 | 227 | 177 | 0 | 7 | 26 | 44 | 50 | 20 | 71 |
| Binary | 10100011 | 10010111 | 1111111 | 0 | 111 | 10110 | 100100 | 101000 | 10000 | 111001 |
Color Harmonies of #A3977F
Complementary color
Monochromatic Colors of #A3977F
Black with #A3977F
Text Example
Text Example
White with #A3977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3977F; }
p { color: rgb(163,151,127); }
H1.HeaderClassName
{
color: #A3977F;
}
.AnyTagClassName
{
color: #A3977F;
}
</style>
background-color css
<style>
a { background-color: #A3977F; }
a { background-color: rgb(163,151,127); }
div.DivClassName
{
background-color: #A3977F;
}
.BgClassName
{
background-color: #A3977F;
}
</style>
border-color css
<style>
span { border-color: #A3977F; }
span { border-color: rgb(163,151,127); }
td.TdClassName
{
border-color: #A3977F;
}
.TagClassName
{
border-color: #A3977F;
}
</style>