Shades of Nomad #A49B82
Tints of Nomad #A49B82
RGB
CMYK
RGB Variations
Color information
#A49B82 (or 0xA49B82) is known color: Nomad. HEX triplet: A4, 9B and 82. RGB value is (164,155,130). Sum of RGB (Red+Green+Blue) = 164+155+130=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B82 is #5B647D. Grayscale: #9A9A9A. Windows color (decimal): -5989502 or 8559524. OLE color: 8559524.
HSL color Cylindrical-coordinate representation of color #A49B82: hue angle of 44.12º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A49B82 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 155 | 130 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.36 |
| HSL | 44.12º | 0.16% | 0.58% | - |
| HSV(B) | 44.12º | 0.21% | 0.64% | - |
| XYZ | 31.06 | 32.95 | 25.84 | - |
| YUV | 154.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 130 | 0 | 0.05 | 0.21 | 0.36 | 44.12 | 0.16 | 0.58 |
| Hex | A4 | 9B | 82 | 0 | 5 | 15 | 24 | 2C | 10 | 3A |
| Octal | 244 | 233 | 202 | 0 | 5 | 25 | 44 | 54 | 20 | 72 |
| Binary | 10100100 | 10011011 | 10000010 | 0 | 101 | 10101 | 100100 | 101100 | 10000 | 111010 |
Color Harmonies of #A49B82
Complementary color
Monochromatic Colors of #A49B82
Black with #A49B82
Text Example
Text Example
White with #A49B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49B82; }
p { color: rgb(164,155,130); }
H1.HeaderClassName
{
color: #A49B82;
}
.AnyTagClassName
{
color: #A49B82;
}
</style>
background-color css
<style>
a { background-color: #A49B82; }
a { background-color: rgb(164,155,130); }
div.DivClassName
{
background-color: #A49B82;
}
.BgClassName
{
background-color: #A49B82;
}
</style>
border-color css
<style>
span { border-color: #A49B82; }
span { border-color: rgb(164,155,130); }
td.TdClassName
{
border-color: #A49B82;
}
.TagClassName
{
border-color: #A49B82;
}
</style>