Shades of Nomad #A29880
Tints of Nomad #A29880
RGB
CMYK
RGB Variations
Color information
#A29880 (or 0xA29880) is known color: Nomad. HEX triplet: A2, 98 and 80. RGB value is (162,152,128). Sum of RGB (Red+Green+Blue) = 162+152+128=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A29880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29880 is #5D677F. Grayscale: #989898. Windows color (decimal): -6121344 or 8427682. OLE color: 8427682.
HSL color Cylindrical-coordinate representation of color #A29880: hue angle of 42.35º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A29880 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 128 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.36 |
| HSL | 42.35º | 0.15% | 0.57% | - |
| HSV(B) | 42.35º | 0.21% | 0.64% | - |
| XYZ | 30.02 | 31.7 | 24.96 | - |
| YUV | 152.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 128 | 0 | 0.06 | 0.21 | 0.36 | 42.35 | 0.15 | 0.57 |
| Hex | A2 | 98 | 80 | 0 | 6 | 15 | 24 | 2A | F | 39 |
| Octal | 242 | 230 | 200 | 0 | 6 | 25 | 44 | 52 | 17 | 71 |
| Binary | 10100010 | 10011000 | 10000000 | 0 | 110 | 10101 | 100100 | 101010 | 1111 | 111001 |
Color Harmonies of #A29880
Complementary color
Monochromatic Colors of #A29880
Black with #A29880
Text Example
Text Example
White with #A29880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29880; }
p { color: rgb(162,152,128); }
H1.HeaderClassName
{
color: #A29880;
}
.AnyTagClassName
{
color: #A29880;
}
</style>
background-color css
<style>
a { background-color: #A29880; }
a { background-color: rgb(162,152,128); }
div.DivClassName
{
background-color: #A29880;
}
.BgClassName
{
background-color: #A29880;
}
</style>
border-color css
<style>
span { border-color: #A29880; }
span { border-color: rgb(162,152,128); }
td.TdClassName
{
border-color: #A29880;
}
.TagClassName
{
border-color: #A29880;
}
</style>