Shades of Nomad #A29983
Tints of Nomad #A29983
RGB
CMYK
RGB Variations
Color information
#A29983 (or 0xA29983) is known color: Nomad. HEX triplet: A2, 99 and 83. RGB value is (162,153,131). Sum of RGB (Red+Green+Blue) = 162+153+131=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A29983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29983 is #5D667C. Grayscale: #999999. Windows color (decimal): -6121085 or 8624546. OLE color: 8624546.
HSL color Cylindrical-coordinate representation of color #A29983: hue angle of 42.58º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A29983 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 131 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.36 |
| HSL | 42.58º | 0.14% | 0.57% | - |
| HSV(B) | 42.58º | 0.19% | 0.64% | - |
| XYZ | 30.39 | 32.1 | 26.07 | - |
| YUV | 153.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 131 | 0 | 0.06 | 0.19 | 0.36 | 42.58 | 0.14 | 0.57 |
| Hex | A2 | 99 | 83 | 0 | 6 | 13 | 24 | 2B | E | 39 |
| Octal | 242 | 231 | 203 | 0 | 6 | 23 | 44 | 53 | 16 | 71 |
| Binary | 10100010 | 10011001 | 10000011 | 0 | 110 | 10011 | 100100 | 101011 | 1110 | 111001 |
Color Harmonies of #A29983
Complementary color
Monochromatic Colors of #A29983
Black with #A29983
Text Example
Text Example
White with #A29983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29983; }
p { color: rgb(162,153,131); }
H1.HeaderClassName
{
color: #A29983;
}
.AnyTagClassName
{
color: #A29983;
}
</style>
background-color css
<style>
a { background-color: #A29983; }
a { background-color: rgb(162,153,131); }
div.DivClassName
{
background-color: #A29983;
}
.BgClassName
{
background-color: #A29983;
}
</style>
border-color css
<style>
span { border-color: #A29983; }
span { border-color: rgb(162,153,131); }
td.TdClassName
{
border-color: #A29983;
}
.TagClassName
{
border-color: #A29983;
}
</style>