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