Shades of Nobel #AB9E9B
Tints of Nobel #AB9E9B
RGB
CMYK
RGB Variations
Color information
#AB9E9B (or 0xAB9E9B) is known color: Nobel. HEX triplet: AB, 9E and 9B. RGB value is (171,158,155). Sum of RGB (Red+Green+Blue) = 171+158+155=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9E9B is #546164. Grayscale: #A1A1A1. Windows color (decimal): -5529957 or 10198699. OLE color: 10198699.
HSL color Cylindrical-coordinate representation of color #AB9E9B: hue angle of 11.25º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AB9E9B is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 155 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.33 |
| HSL | 11.25º | 0.09% | 0.64% | - |
| HSV(B) | 11.25º | 0.09% | 0.67% | - |
| XYZ | 34.94 | 35.48 | 36.02 | - |
| YUV | 161.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 155 | 0 | 0.08 | 0.09 | 0.33 | 11.25 | 0.09 | 0.64 |
| Hex | AB | 9E | 9B | 0 | 8 | 9 | 21 | B | 9 | 40 |
| Octal | 253 | 236 | 233 | 0 | 10 | 11 | 41 | 13 | 11 | 100 |
| Binary | 10101011 | 10011110 | 10011011 | 0 | 1000 | 1001 | 100001 | 1011 | 1001 | 1000000 |
Color Harmonies of #AB9E9B
Complementary color
Monochromatic Colors of #AB9E9B
Black with #AB9E9B
Text Example
Text Example
White with #AB9E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E9B; }
p { color: rgb(171,158,155); }
H1.HeaderClassName
{
color: #AB9E9B;
}
.AnyTagClassName
{
color: #AB9E9B;
}
</style>
background-color css
<style>
a { background-color: #AB9E9B; }
a { background-color: rgb(171,158,155); }
div.DivClassName
{
background-color: #AB9E9B;
}
.BgClassName
{
background-color: #AB9E9B;
}
</style>
border-color css
<style>
span { border-color: #AB9E9B; }
span { border-color: rgb(171,158,155); }
td.TdClassName
{
border-color: #AB9E9B;
}
.TagClassName
{
border-color: #AB9E9B;
}
</style>