Shades of Nobel #AB9F9F
Tints of Nobel #AB9F9F
RGB
CMYK
RGB Variations
Color information
#AB9F9F (or 0xAB9F9F) is known color: Nobel. HEX triplet: AB, 9F and 9F. RGB value is (171,159,159). Sum of RGB (Red+Green+Blue) = 171+159+159=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9F9F is #546060. Grayscale: #A2A2A2. Windows color (decimal): -5529697 or 10461099. OLE color: 10461099.
HSL color Cylindrical-coordinate representation of color #AB9F9F: hue angle of 0º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AB9F9F is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 159 | 159 | - |
CMYK | 0 | 0.07 | 0.07 | 0.33 |
HSL | 0º | 0.07% | 0.65% | - |
HSV(B) | 0º | 0.07% | 0.67% | - |
XYZ | 35.45 | 35.96 | 37.87 | - |
YUV | 162.59 | 125.98 | 134 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 159 | 159 | 0 | 0.07 | 0.07 | 0.33 | 0 | 0.07 | 0.65 |
Hex | AB | 9F | 9F | 0 | 7 | 7 | 21 | 0 | 7 | 41 |
Octal | 253 | 237 | 237 | 0 | 7 | 7 | 41 | 0 | 7 | 101 |
Binary | 10101011 | 10011111 | 10011111 | 0 | 111 | 111 | 100001 | 0 | 111 | 1000001 |
Color Harmonies of #AB9F9F
Complementary color
Monochromatic Colors of #AB9F9F
Black with #AB9F9F
Text Example
Text Example
White with #AB9F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F9F; }
p { color: rgb(171,159,159); }
H1.HeaderClassName
{
color: #AB9F9F;
}
.AnyTagClassName
{
color: #AB9F9F;
}
</style>
background-color css
<style>
a { background-color: #AB9F9F; }
a { background-color: rgb(171,159,159); }
div.DivClassName
{
background-color: #AB9F9F;
}
.BgClassName
{
background-color: #AB9F9F;
}
</style>
border-color css
<style>
span { border-color: #AB9F9F; }
span { border-color: rgb(171,159,159); }
td.TdClassName
{
border-color: #AB9F9F;
}
.TagClassName
{
border-color: #AB9F9F;
}
</style>