Shades of Nobel #A99E9B
Tints of Nobel #A99E9B
RGB
CMYK
RGB Variations
Color information
#A99E9B (or 0xA99E9B) is known color: Nobel. HEX triplet: A9, 9E and 9B. RGB value is (169,158,155). Sum of RGB (Red+Green+Blue) = 169+158+155=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99E9B is #566164. Grayscale: #A0A0A0. Windows color (decimal): -5661029 or 10198697. OLE color: 10198697.
HSL color Cylindrical-coordinate representation of color #A99E9B: hue angle of 12.86º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A99E9B is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 155 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.34 |
| HSL | 12.86º | 0.08% | 0.64% | - |
| HSV(B) | 12.86º | 0.08% | 0.66% | - |
| XYZ | 34.51 | 35.26 | 36 | - |
| YUV | 160.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 155 | 0 | 0.07 | 0.08 | 0.34 | 12.86 | 0.08 | 0.64 |
| Hex | A9 | 9E | 9B | 0 | 7 | 8 | 22 | D | 8 | 40 |
| Octal | 251 | 236 | 233 | 0 | 7 | 10 | 42 | 15 | 10 | 100 |
| Binary | 10101001 | 10011110 | 10011011 | 0 | 111 | 1000 | 100010 | 1101 | 1000 | 1000000 |
Color Harmonies of #A99E9B
Complementary color
Monochromatic Colors of #A99E9B
Black with #A99E9B
Text Example
Text Example
White with #A99E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E9B; }
p { color: rgb(169,158,155); }
H1.HeaderClassName
{
color: #A99E9B;
}
.AnyTagClassName
{
color: #A99E9B;
}
</style>
background-color css
<style>
a { background-color: #A99E9B; }
a { background-color: rgb(169,158,155); }
div.DivClassName
{
background-color: #A99E9B;
}
.BgClassName
{
background-color: #A99E9B;
}
</style>
border-color css
<style>
span { border-color: #A99E9B; }
span { border-color: rgb(169,158,155); }
td.TdClassName
{
border-color: #A99E9B;
}
.TagClassName
{
border-color: #A99E9B;
}
</style>