Shades of Nomad #A29D89
Tints of Nomad #A29D89
RGB
CMYK
RGB Variations
Color information
#A29D89 (or 0xA29D89) is known color: Nomad. HEX triplet: A2, 9D and 89. RGB value is (162,157,137). Sum of RGB (Red+Green+Blue) = 162+157+137=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D89 is #5D6276. Grayscale: #9C9C9C. Windows color (decimal): -6120055 or 9018786. OLE color: 9018786.
HSL color Cylindrical-coordinate representation of color #A29D89: hue angle of 48º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A29D89 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 137 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.36 |
| HSL | 48º | 0.12% | 0.59% | - |
| HSV(B) | 48º | 0.15% | 0.64% | - |
| XYZ | 31.47 | 33.6 | 28.49 | - |
| YUV | 156.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 137 | 0 | 0.03 | 0.15 | 0.36 | 48 | 0.12 | 0.59 |
| Hex | A2 | 9D | 89 | 0 | 3 | F | 24 | 30 | C | 3B |
| Octal | 242 | 235 | 211 | 0 | 3 | 17 | 44 | 60 | 14 | 73 |
| Binary | 10100010 | 10011101 | 10001001 | 0 | 11 | 1111 | 100100 | 110000 | 1100 | 111011 |
Color Harmonies of #A29D89
Complementary color
Monochromatic Colors of #A29D89
Black with #A29D89
Text Example
Text Example
White with #A29D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D89; }
p { color: rgb(162,157,137); }
H1.HeaderClassName
{
color: #A29D89;
}
.AnyTagClassName
{
color: #A29D89;
}
</style>
background-color css
<style>
a { background-color: #A29D89; }
a { background-color: rgb(162,157,137); }
div.DivClassName
{
background-color: #A29D89;
}
.BgClassName
{
background-color: #A29D89;
}
</style>
border-color css
<style>
span { border-color: #A29D89; }
span { border-color: rgb(162,157,137); }
td.TdClassName
{
border-color: #A29D89;
}
.TagClassName
{
border-color: #A29D89;
}
</style>