Shades of Nomad #A39A83
Tints of Nomad #A39A83
RGB
CMYK
RGB Variations
Color information
#A39A83 (or 0xA39A83) is known color: Nomad. HEX triplet: A3, 9A and 83. RGB value is (163,154,131). Sum of RGB (Red+Green+Blue) = 163+154+131=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39A83 is #5C657C. Grayscale: #9A9A9A. Windows color (decimal): -6055293 or 8624803. OLE color: 8624803.
HSL color Cylindrical-coordinate representation of color #A39A83: hue angle of 43.12º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A39A83 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 131 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.36 |
| HSL | 43.13º | 0.15% | 0.58% | - |
| HSV(B) | 43.13º | 0.2% | 0.64% | - |
| XYZ | 30.76 | 32.54 | 26.13 | - |
| YUV | 154.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 131 | 0 | 0.06 | 0.20 | 0.36 | 43.13 | 0.15 | 0.58 |
| Hex | A3 | 9A | 83 | 0 | 6 | 14 | 24 | 2B | F | 3A |
| Octal | 243 | 232 | 203 | 0 | 6 | 24 | 44 | 53 | 17 | 72 |
| Binary | 10100011 | 10011010 | 10000011 | 0 | 110 | 10100 | 100100 | 101011 | 1111 | 111010 |
Color Harmonies of #A39A83
Complementary color
Monochromatic Colors of #A39A83
Black with #A39A83
Text Example
Text Example
White with #A39A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39A83; }
p { color: rgb(163,154,131); }
H1.HeaderClassName
{
color: #A39A83;
}
.AnyTagClassName
{
color: #A39A83;
}
</style>
background-color css
<style>
a { background-color: #A39A83; }
a { background-color: rgb(163,154,131); }
div.DivClassName
{
background-color: #A39A83;
}
.BgClassName
{
background-color: #A39A83;
}
</style>
border-color css
<style>
span { border-color: #A39A83; }
span { border-color: rgb(163,154,131); }
td.TdClassName
{
border-color: #A39A83;
}
.TagClassName
{
border-color: #A39A83;
}
</style>