Shades of Nobel #A5A09F
Tints of Nobel #A5A09F
RGB
CMYK
RGB Variations
Color information
#A5A09F (or 0xA5A09F) is known color: Nobel. HEX triplet: A5, A0 and 9F. RGB value is (165,160,159). Sum of RGB (Red+Green+Blue) = 165+160+159=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A09F is #5A5F60. Grayscale: #A1A1A1. Windows color (decimal): -5922657 or 10461349. OLE color: 10461349.
HSL color Cylindrical-coordinate representation of color #A5A09F: hue angle of 10º degrees, saturation: 0.03, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A5A09F is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 160 | 159 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.35 |
| HSL | 10º | 0.03% | 0.64% | - |
| HSV(B) | 10º | 0.04% | 0.65% | - |
| XYZ | 34.35 | 35.64 | 37.87 | - |
| YUV | 161.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 160 | 159 | 0 | 0.03 | 0.04 | 0.35 | 10 | 0.03 | 0.64 |
| Hex | A5 | A0 | 9F | 0 | 3 | 4 | 23 | A | 3 | 40 |
| Octal | 245 | 240 | 237 | 0 | 3 | 4 | 43 | 12 | 3 | 100 |
| Binary | 10100101 | 10100000 | 10011111 | 0 | 11 | 100 | 100011 | 1010 | 11 | 1000000 |
Color Harmonies of #A5A09F
Complementary color
Monochromatic Colors of #A5A09F
Black with #A5A09F
Text Example
Text Example
White with #A5A09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A09F; }
p { color: rgb(165,160,159); }
H1.HeaderClassName
{
color: #A5A09F;
}
.AnyTagClassName
{
color: #A5A09F;
}
</style>
background-color css
<style>
a { background-color: #A5A09F; }
a { background-color: rgb(165,160,159); }
div.DivClassName
{
background-color: #A5A09F;
}
.BgClassName
{
background-color: #A5A09F;
}
</style>
border-color css
<style>
span { border-color: #A5A09F; }
span { border-color: rgb(165,160,159); }
td.TdClassName
{
border-color: #A5A09F;
}
.TagClassName
{
border-color: #A5A09F;
}
</style>