Shades of Nobel #A19998
Tints of Nobel #A19998
RGB
CMYK
RGB Variations
Color information
#A19998 (or 0xA19998) is known color: Nobel. HEX triplet: A1, 99 and 98. RGB value is (161,153,152). Sum of RGB (Red+Green+Blue) = 161+153+152=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 161 - color contains mainly: red. Hex color #A19998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19998 is #5E6667. Grayscale: #9B9B9B. Windows color (decimal): -6186600 or 10000801. OLE color: 10000801.
HSL color Cylindrical-coordinate representation of color #A19998: hue angle of 6.67º 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 #A19998 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 152 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.37 |
| HSL | 6.67º | 0.05% | 0.61% | - |
| HSV(B) | 6.67º | 0.06% | 0.63% | - |
| XYZ | 31.76 | 32.63 | 34.33 | - |
| YUV | 155.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 152 | 0 | 0.05 | 0.06 | 0.37 | 6.67 | 0.05 | 0.61 |
| Hex | A1 | 99 | 98 | 0 | 5 | 6 | 25 | 7 | 5 | 3D |
| Octal | 241 | 231 | 230 | 0 | 5 | 6 | 45 | 7 | 5 | 75 |
| Binary | 10100001 | 10011001 | 10011000 | 0 | 101 | 110 | 100101 | 111 | 101 | 111101 |
Color Harmonies of #A19998
Complementary color
Monochromatic Colors of #A19998
Black with #A19998
Text Example
Text Example
White with #A19998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19998; }
p { color: rgb(161,153,152); }
H1.HeaderClassName
{
color: #A19998;
}
.AnyTagClassName
{
color: #A19998;
}
</style>
background-color css
<style>
a { background-color: #A19998; }
a { background-color: rgb(161,153,152); }
div.DivClassName
{
background-color: #A19998;
}
.BgClassName
{
background-color: #A19998;
}
</style>
border-color css
<style>
span { border-color: #A19998; }
span { border-color: rgb(161,153,152); }
td.TdClassName
{
border-color: #A19998;
}
.TagClassName
{
border-color: #A19998;
}
</style>