Shades of Nomad #A29A84
Tints of Nomad #A29A84
RGB
CMYK
RGB Variations
Color information
#A29A84 (or 0xA29A84) is known color: Nomad. HEX triplet: A2, 9A and 84. RGB value is (162,154,132). Sum of RGB (Red+Green+Blue) = 162+154+132=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29A84 is #5D657B. Grayscale: #999999. Windows color (decimal): -6120828 or 8690338. OLE color: 8690338.
HSL color Cylindrical-coordinate representation of color #A29A84: hue angle of 44º 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 #A29A84 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 154 | 132 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.36 |
| HSL | 44º | 0.14% | 0.58% | - |
| HSV(B) | 44º | 0.19% | 0.64% | - |
| XYZ | 30.62 | 32.46 | 26.48 | - |
| YUV | 153.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 132 | 0 | 0.05 | 0.19 | 0.36 | 44 | 0.14 | 0.58 |
| Hex | A2 | 9A | 84 | 0 | 5 | 13 | 24 | 2C | E | 3A |
| Octal | 242 | 232 | 204 | 0 | 5 | 23 | 44 | 54 | 16 | 72 |
| Binary | 10100010 | 10011010 | 10000100 | 0 | 101 | 10011 | 100100 | 101100 | 1110 | 111010 |
Color Harmonies of #A29A84
Complementary color
Monochromatic Colors of #A29A84
Black with #A29A84
Text Example
Text Example
White with #A29A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A84; }
p { color: rgb(162,154,132); }
H1.HeaderClassName
{
color: #A29A84;
}
.AnyTagClassName
{
color: #A29A84;
}
</style>
background-color css
<style>
a { background-color: #A29A84; }
a { background-color: rgb(162,154,132); }
div.DivClassName
{
background-color: #A29A84;
}
.BgClassName
{
background-color: #A29A84;
}
</style>
border-color css
<style>
span { border-color: #A29A84; }
span { border-color: rgb(162,154,132); }
td.TdClassName
{
border-color: #A29A84;
}
.TagClassName
{
border-color: #A29A84;
}
</style>