Shades of Nobel #A19D9C
Tints of Nobel #A19D9C
RGB
CMYK
RGB Variations
Color information
#A19D9C (or 0xA19D9C) is known color: Nobel. HEX triplet: A1, 9D and 9C. RGB value is (161,157,156). Sum of RGB (Red+Green+Blue) = 161+157+156=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19D9C is #5E6263. Grayscale: #9E9E9E. Windows color (decimal): -6185572 or 10263969. OLE color: 10263969.
HSL color Cylindrical-coordinate representation of color #A19D9C: hue angle of 12º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A19D9C is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 156 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.37 |
| HSL | 12º | 0.03% | 0.62% | - |
| HSV(B) | 12º | 0.03% | 0.63% | - |
| XYZ | 32.76 | 34.09 | 36.31 | - |
| YUV | 158.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 156 | 0 | 0.02 | 0.03 | 0.37 | 12 | 0.03 | 0.62 |
| Hex | A1 | 9D | 9C | 0 | 2 | 3 | 25 | C | 3 | 3E |
| Octal | 241 | 235 | 234 | 0 | 2 | 3 | 45 | 14 | 3 | 76 |
| Binary | 10100001 | 10011101 | 10011100 | 0 | 10 | 11 | 100101 | 1100 | 11 | 111110 |
Color Harmonies of #A19D9C
Complementary color
Monochromatic Colors of #A19D9C
Black with #A19D9C
Text Example
Text Example
White with #A19D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D9C; }
p { color: rgb(161,157,156); }
H1.HeaderClassName
{
color: #A19D9C;
}
.AnyTagClassName
{
color: #A19D9C;
}
</style>
background-color css
<style>
a { background-color: #A19D9C; }
a { background-color: rgb(161,157,156); }
div.DivClassName
{
background-color: #A19D9C;
}
.BgClassName
{
background-color: #A19D9C;
}
</style>
border-color css
<style>
span { border-color: #A19D9C; }
span { border-color: rgb(161,157,156); }
td.TdClassName
{
border-color: #A19D9C;
}
.TagClassName
{
border-color: #A19D9C;
}
</style>