Shades of Nobel #ABA09E
Tints of Nobel #ABA09E
RGB
CMYK
RGB Variations
Color information
#ABA09E (or 0xABA09E) is known color: Nobel. HEX triplet: AB, A0 and 9E. RGB value is (171,160,158). Sum of RGB (Red+Green+Blue) = 171+160+158=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA09E is #545F61. Grayscale: #A3A3A3. Windows color (decimal): -5529442 or 10395819. OLE color: 10395819.
HSL color Cylindrical-coordinate representation of color #ABA09E: hue angle of 9.23º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABA09E is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 158 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.33 |
| HSL | 9.23º | 0.07% | 0.65% | - |
| HSV(B) | 9.23º | 0.08% | 0.67% | - |
| XYZ | 35.54 | 36.27 | 37.48 | - |
| YUV | 163.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 158 | 0 | 0.06 | 0.08 | 0.33 | 9.23 | 0.07 | 0.65 |
| Hex | AB | A0 | 9E | 0 | 6 | 8 | 21 | 9 | 7 | 41 |
| Octal | 253 | 240 | 236 | 0 | 6 | 10 | 41 | 11 | 7 | 101 |
| Binary | 10101011 | 10100000 | 10011110 | 0 | 110 | 1000 | 100001 | 1001 | 111 | 1000001 |
Color Harmonies of #ABA09E
Complementary color
Monochromatic Colors of #ABA09E
Black with #ABA09E
Text Example
Text Example
White with #ABA09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA09E; }
p { color: rgb(171,160,158); }
H1.HeaderClassName
{
color: #ABA09E;
}
.AnyTagClassName
{
color: #ABA09E;
}
</style>
background-color css
<style>
a { background-color: #ABA09E; }
a { background-color: rgb(171,160,158); }
div.DivClassName
{
background-color: #ABA09E;
}
.BgClassName
{
background-color: #ABA09E;
}
</style>
border-color css
<style>
span { border-color: #ABA09E; }
span { border-color: rgb(171,160,158); }
td.TdClassName
{
border-color: #ABA09E;
}
.TagClassName
{
border-color: #ABA09E;
}
</style>