Shades of Nomad #A29984
Tints of Nomad #A29984
RGB
CMYK
RGB Variations
Color information
#A29984 (or 0xA29984) is known color: Nomad. HEX triplet: A2, 99 and 84. RGB value is (162,153,132). Sum of RGB (Red+Green+Blue) = 162+153+132=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 162 - color contains mainly: red. Hex color #A29984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29984 is #5D667B. Grayscale: #999999. Windows color (decimal): -6121084 or 8690082. OLE color: 8690082.
HSL color Cylindrical-coordinate representation of color #A29984: hue angle of 42º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A29984 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 132 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.36 |
| HSL | 42º | 0.14% | 0.58% | - |
| HSV(B) | 42º | 0.19% | 0.64% | - |
| XYZ | 30.46 | 32.13 | 26.43 | - |
| YUV | 153.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 132 | 0 | 0.06 | 0.19 | 0.36 | 42 | 0.14 | 0.58 |
| Hex | A2 | 99 | 84 | 0 | 6 | 13 | 24 | 2A | E | 3A |
| Octal | 242 | 231 | 204 | 0 | 6 | 23 | 44 | 52 | 16 | 72 |
| Binary | 10100010 | 10011001 | 10000100 | 0 | 110 | 10011 | 100100 | 101010 | 1110 | 111010 |
Color Harmonies of #A29984
Complementary color
Monochromatic Colors of #A29984
Black with #A29984
Text Example
Text Example
White with #A29984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29984; }
p { color: rgb(162,153,132); }
H1.HeaderClassName
{
color: #A29984;
}
.AnyTagClassName
{
color: #A29984;
}
</style>
background-color css
<style>
a { background-color: #A29984; }
a { background-color: rgb(162,153,132); }
div.DivClassName
{
background-color: #A29984;
}
.BgClassName
{
background-color: #A29984;
}
</style>
border-color css
<style>
span { border-color: #A29984; }
span { border-color: rgb(162,153,132); }
td.TdClassName
{
border-color: #A29984;
}
.TagClassName
{
border-color: #A29984;
}
</style>