Shades of Nomad #A59D84
Tints of Nomad #A59D84
RGB
CMYK
RGB Variations
Color information
#A59D84 (or 0xA59D84) is known color: Nomad. HEX triplet: A5, 9D and 84. RGB value is (165,157,132). Sum of RGB (Red+Green+Blue) = 165+157+132=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59D84 is #5A627B. Grayscale: #9C9C9C. Windows color (decimal): -5923452 or 8691109. OLE color: 8691109.
HSL color Cylindrical-coordinate representation of color #A59D84: hue angle of 45.45º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A59D84 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 157 | 132 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.35 |
| HSL | 45.45º | 0.15% | 0.58% | - |
| HSV(B) | 45.45º | 0.2% | 0.65% | - |
| XYZ | 31.74 | 33.78 | 26.68 | - |
| YUV | 156.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 132 | 0 | 0.05 | 0.20 | 0.35 | 45.45 | 0.15 | 0.58 |
| Hex | A5 | 9D | 84 | 0 | 5 | 14 | 23 | 2D | F | 3A |
| Octal | 245 | 235 | 204 | 0 | 5 | 24 | 43 | 55 | 17 | 72 |
| Binary | 10100101 | 10011101 | 10000100 | 0 | 101 | 10100 | 100011 | 101101 | 1111 | 111010 |
Color Harmonies of #A59D84
Complementary color
Monochromatic Colors of #A59D84
Black with #A59D84
Text Example
Text Example
White with #A59D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59D84; }
p { color: rgb(165,157,132); }
H1.HeaderClassName
{
color: #A59D84;
}
.AnyTagClassName
{
color: #A59D84;
}
</style>
background-color css
<style>
a { background-color: #A59D84; }
a { background-color: rgb(165,157,132); }
div.DivClassName
{
background-color: #A59D84;
}
.BgClassName
{
background-color: #A59D84;
}
</style>
border-color css
<style>
span { border-color: #A59D84; }
span { border-color: rgb(165,157,132); }
td.TdClassName
{
border-color: #A59D84;
}
.TagClassName
{
border-color: #A59D84;
}
</style>