Shades of Nobel #AB9E9D
Tints of Nobel #AB9E9D
RGB
CMYK
RGB Variations
Color information
#AB9E9D (or 0xAB9E9D) is known color: Nobel. HEX triplet: AB, 9E and 9D. RGB value is (171,158,157). Sum of RGB (Red+Green+Blue) = 171+158+157=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9E9D is #546162. Grayscale: #A1A1A1. Windows color (decimal): -5529955 or 10329771. OLE color: 10329771.
HSL color Cylindrical-coordinate representation of color #AB9E9D: hue angle of 4.29º 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 #AB9E9D is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 157 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.33 |
| HSL | 4.29º | 0.08% | 0.64% | - |
| HSV(B) | 4.29º | 0.08% | 0.67% | - |
| XYZ | 35.11 | 35.55 | 36.91 | - |
| YUV | 161.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 157 | 0 | 0.08 | 0.08 | 0.33 | 4.29 | 0.08 | 0.64 |
| Hex | AB | 9E | 9D | 0 | 8 | 8 | 21 | 4 | 8 | 40 |
| Octal | 253 | 236 | 235 | 0 | 10 | 10 | 41 | 4 | 10 | 100 |
| Binary | 10101011 | 10011110 | 10011101 | 0 | 1000 | 1000 | 100001 | 100 | 1000 | 1000000 |
Color Harmonies of #AB9E9D
Complementary color
Monochromatic Colors of #AB9E9D
Black with #AB9E9D
Text Example
Text Example
White with #AB9E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E9D; }
p { color: rgb(171,158,157); }
H1.HeaderClassName
{
color: #AB9E9D;
}
.AnyTagClassName
{
color: #AB9E9D;
}
</style>
background-color css
<style>
a { background-color: #AB9E9D; }
a { background-color: rgb(171,158,157); }
div.DivClassName
{
background-color: #AB9E9D;
}
.BgClassName
{
background-color: #AB9E9D;
}
</style>
border-color css
<style>
span { border-color: #AB9E9D; }
span { border-color: rgb(171,158,157); }
td.TdClassName
{
border-color: #AB9E9D;
}
.TagClassName
{
border-color: #AB9E9D;
}
</style>