Shades of Nobel #A19898
Tints of Nobel #A19898
RGB
CMYK
RGB Variations
Color information
#A19898 (or 0xA19898) is known color: Nobel. HEX triplet: A1, 98 and 98. RGB value is (161,152,152). Sum of RGB (Red+Green+Blue) = 161+152+152=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 161 - color contains mainly: red. Hex color #A19898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19898 is #5E6767. Grayscale: #9A9A9A. Windows color (decimal): -6186856 or 10000545. OLE color: 10000545.
HSL color Cylindrical-coordinate representation of color #A19898: hue angle of 0º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A19898 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 152 | 152 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.37 |
| HSL | 0º | 0.05% | 0.61% | - |
| HSV(B) | 0º | 0.06% | 0.63% | - |
| XYZ | 31.59 | 32.3 | 34.28 | - |
| YUV | 154.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 152 | 0 | 0.06 | 0.06 | 0.37 | 0 | 0.05 | 0.61 |
| Hex | A1 | 98 | 98 | 0 | 6 | 6 | 25 | 0 | 5 | 3D |
| Octal | 241 | 230 | 230 | 0 | 6 | 6 | 45 | 0 | 5 | 75 |
| Binary | 10100001 | 10011000 | 10011000 | 0 | 110 | 110 | 100101 | 0 | 101 | 111101 |
Color Harmonies of #A19898
Complementary color
Monochromatic Colors of #A19898
Black with #A19898
Text Example
Text Example
White with #A19898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19898; }
p { color: rgb(161,152,152); }
H1.HeaderClassName
{
color: #A19898;
}
.AnyTagClassName
{
color: #A19898;
}
</style>
background-color css
<style>
a { background-color: #A19898; }
a { background-color: rgb(161,152,152); }
div.DivClassName
{
background-color: #A19898;
}
.BgClassName
{
background-color: #A19898;
}
</style>
border-color css
<style>
span { border-color: #A19898; }
span { border-color: rgb(161,152,152); }
td.TdClassName
{
border-color: #A19898;
}
.TagClassName
{
border-color: #A19898;
}
</style>