Shades of Nomad #A59C83
Tints of Nomad #A59C83
RGB
CMYK
RGB Variations
Color information
#A59C83 (or 0xA59C83) is known color: Nomad. HEX triplet: A5, 9C and 83. RGB value is (165,156,131). Sum of RGB (Red+Green+Blue) = 165+156+131=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59C83 is #5A637C. Grayscale: #9B9B9B. Windows color (decimal): -5923709 or 8625317. OLE color: 8625317.
HSL color Cylindrical-coordinate representation of color #A59C83: hue angle of 44.12º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A59C83 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 156 | 131 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.35 |
| HSL | 44.12º | 0.16% | 0.58% | - |
| HSV(B) | 44.12º | 0.21% | 0.65% | - |
| XYZ | 31.5 | 33.41 | 26.26 | - |
| YUV | 155.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 131 | 0 | 0.05 | 0.21 | 0.35 | 44.12 | 0.16 | 0.58 |
| Hex | A5 | 9C | 83 | 0 | 5 | 15 | 23 | 2C | 10 | 3A |
| Octal | 245 | 234 | 203 | 0 | 5 | 25 | 43 | 54 | 20 | 72 |
| Binary | 10100101 | 10011100 | 10000011 | 0 | 101 | 10101 | 100011 | 101100 | 10000 | 111010 |
Color Harmonies of #A59C83
Complementary color
Monochromatic Colors of #A59C83
Black with #A59C83
Text Example
Text Example
White with #A59C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59C83; }
p { color: rgb(165,156,131); }
H1.HeaderClassName
{
color: #A59C83;
}
.AnyTagClassName
{
color: #A59C83;
}
</style>
background-color css
<style>
a { background-color: #A59C83; }
a { background-color: rgb(165,156,131); }
div.DivClassName
{
background-color: #A59C83;
}
.BgClassName
{
background-color: #A59C83;
}
</style>
border-color css
<style>
span { border-color: #A59C83; }
span { border-color: rgb(165,156,131); }
td.TdClassName
{
border-color: #A59C83;
}
.TagClassName
{
border-color: #A59C83;
}
</style>