Shades of Nomad #A59C84
Tints of Nomad #A59C84
RGB
CMYK
RGB Variations
Color information
#A59C84 (or 0xA59C84) is known color: Nomad. HEX triplet: A5, 9C and 84. RGB value is (165,156,132). Sum of RGB (Red+Green+Blue) = 165+156+132=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59C84 is #5A637B. Grayscale: #9C9C9C. Windows color (decimal): -5923708 or 8690853. OLE color: 8690853.
HSL color Cylindrical-coordinate representation of color #A59C84: hue angle of 43.64º 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 #A59C84 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 156 | 132 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.35 |
| HSL | 43.64º | 0.15% | 0.58% | - |
| HSV(B) | 43.64º | 0.2% | 0.65% | - |
| XYZ | 31.57 | 33.44 | 26.62 | - |
| YUV | 155.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 132 | 0 | 0.05 | 0.20 | 0.35 | 43.64 | 0.15 | 0.58 |
| Hex | A5 | 9C | 84 | 0 | 5 | 14 | 23 | 2C | F | 3A |
| Octal | 245 | 234 | 204 | 0 | 5 | 24 | 43 | 54 | 17 | 72 |
| Binary | 10100101 | 10011100 | 10000100 | 0 | 101 | 10100 | 100011 | 101100 | 1111 | 111010 |
Color Harmonies of #A59C84
Complementary color
Monochromatic Colors of #A59C84
Black with #A59C84
Text Example
Text Example
White with #A59C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59C84; }
p { color: rgb(165,156,132); }
H1.HeaderClassName
{
color: #A59C84;
}
.AnyTagClassName
{
color: #A59C84;
}
</style>
background-color css
<style>
a { background-color: #A59C84; }
a { background-color: rgb(165,156,132); }
div.DivClassName
{
background-color: #A59C84;
}
.BgClassName
{
background-color: #A59C84;
}
</style>
border-color css
<style>
span { border-color: #A59C84; }
span { border-color: rgb(165,156,132); }
td.TdClassName
{
border-color: #A59C84;
}
.TagClassName
{
border-color: #A59C84;
}
</style>