Shades of Nobel #AB9F9D
Tints of Nobel #AB9F9D
RGB
CMYK
RGB Variations
Color information
#AB9F9D (or 0xAB9F9D) is known color: Nobel. HEX triplet: AB, 9F and 9D. RGB value is (171,159,157). Sum of RGB (Red+Green+Blue) = 171+159+157=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9F9D is #546062. Grayscale: #A2A2A2. Windows color (decimal): -5529699 or 10330027. OLE color: 10330027.
HSL color Cylindrical-coordinate representation of color #AB9F9D: hue angle of 8.57º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AB9F9D is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 157 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.33 |
| HSL | 8.57º | 0.08% | 0.64% | - |
| HSV(B) | 8.57º | 0.08% | 0.67% | - |
| XYZ | 35.28 | 35.89 | 36.97 | - |
| YUV | 162.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 157 | 0 | 0.07 | 0.08 | 0.33 | 8.57 | 0.08 | 0.64 |
| Hex | AB | 9F | 9D | 0 | 7 | 8 | 21 | 9 | 8 | 40 |
| Octal | 253 | 237 | 235 | 0 | 7 | 10 | 41 | 11 | 10 | 100 |
| Binary | 10101011 | 10011111 | 10011101 | 0 | 111 | 1000 | 100001 | 1001 | 1000 | 1000000 |
Color Harmonies of #AB9F9D
Complementary color
Monochromatic Colors of #AB9F9D
Black with #AB9F9D
Text Example
Text Example
White with #AB9F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F9D; }
p { color: rgb(171,159,157); }
H1.HeaderClassName
{
color: #AB9F9D;
}
.AnyTagClassName
{
color: #AB9F9D;
}
</style>
background-color css
<style>
a { background-color: #AB9F9D; }
a { background-color: rgb(171,159,157); }
div.DivClassName
{
background-color: #AB9F9D;
}
.BgClassName
{
background-color: #AB9F9D;
}
</style>
border-color css
<style>
span { border-color: #AB9F9D; }
span { border-color: rgb(171,159,157); }
td.TdClassName
{
border-color: #AB9F9D;
}
.TagClassName
{
border-color: #AB9F9D;
}
</style>