Shades of Nomad #A39C87
Tints of Nomad #A39C87
RGB
CMYK
RGB Variations
Color information
#A39C87 (or 0xA39C87) is known color: Nomad. HEX triplet: A3, 9C and 87. RGB value is (163,156,135). Sum of RGB (Red+Green+Blue) = 163+156+135=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39C87 is #5C6378. Grayscale: #9B9B9B. Windows color (decimal): -6054777 or 8887459. OLE color: 8887459.
HSL color Cylindrical-coordinate representation of color #A39C87: hue angle of 45º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A39C87 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 156 | 135 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.36 |
| HSL | 45º | 0.13% | 0.58% | - |
| HSV(B) | 45º | 0.17% | 0.64% | - |
| XYZ | 31.37 | 33.31 | 27.7 | - |
| YUV | 155.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 135 | 0 | 0.04 | 0.17 | 0.36 | 45 | 0.13 | 0.58 |
| Hex | A3 | 9C | 87 | 0 | 4 | 11 | 24 | 2D | D | 3A |
| Octal | 243 | 234 | 207 | 0 | 4 | 21 | 44 | 55 | 15 | 72 |
| Binary | 10100011 | 10011100 | 10000111 | 0 | 100 | 10001 | 100100 | 101101 | 1101 | 111010 |
Color Harmonies of #A39C87
Complementary color
Monochromatic Colors of #A39C87
Black with #A39C87
Text Example
Text Example
White with #A39C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39C87; }
p { color: rgb(163,156,135); }
H1.HeaderClassName
{
color: #A39C87;
}
.AnyTagClassName
{
color: #A39C87;
}
</style>
background-color css
<style>
a { background-color: #A39C87; }
a { background-color: rgb(163,156,135); }
div.DivClassName
{
background-color: #A39C87;
}
.BgClassName
{
background-color: #A39C87;
}
</style>
border-color css
<style>
span { border-color: #A39C87; }
span { border-color: rgb(163,156,135); }
td.TdClassName
{
border-color: #A39C87;
}
.TagClassName
{
border-color: #A39C87;
}
</style>