Shades of Nobel #AA9F9E
Tints of Nobel #AA9F9E
RGB
CMYK
RGB Variations
Color information
#AA9F9E (or 0xAA9F9E) is known color: Nobel. HEX triplet: AA, 9F and 9E. RGB value is (170,159,158). Sum of RGB (Red+Green+Blue) = 170+159+158=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F9E is #556061. Grayscale: #A2A2A2. Windows color (decimal): -5595234 or 10395562. OLE color: 10395562.
HSL color Cylindrical-coordinate representation of color #AA9F9E: hue angle of 5º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AA9F9E is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 159 | 158 | - |
CMYK | 0 | 0.06 | 0.07 | 0.33 |
HSL | 5º | 0.07% | 0.64% | - |
HSV(B) | 5º | 0.07% | 0.67% | - |
XYZ | 35.15 | 35.81 | 37.41 | - |
YUV | 162.18 | 125.64 | 133.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 159 | 158 | 0 | 0.06 | 0.07 | 0.33 | 5 | 0.07 | 0.64 |
Hex | AA | 9F | 9E | 0 | 6 | 7 | 21 | 5 | 7 | 40 |
Octal | 252 | 237 | 236 | 0 | 6 | 7 | 41 | 5 | 7 | 100 |
Binary | 10101010 | 10011111 | 10011110 | 0 | 110 | 111 | 100001 | 101 | 111 | 1000000 |
Color Harmonies of #AA9F9E
Complementary color
Monochromatic Colors of #AA9F9E
Black with #AA9F9E
Text Example
Text Example
White with #AA9F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F9E; }
p { color: rgb(170,159,158); }
H1.HeaderClassName
{
color: #AA9F9E;
}
.AnyTagClassName
{
color: #AA9F9E;
}
</style>
background-color css
<style>
a { background-color: #AA9F9E; }
a { background-color: rgb(170,159,158); }
div.DivClassName
{
background-color: #AA9F9E;
}
.BgClassName
{
background-color: #AA9F9E;
}
</style>
border-color css
<style>
span { border-color: #AA9F9E; }
span { border-color: rgb(170,159,158); }
td.TdClassName
{
border-color: #AA9F9E;
}
.TagClassName
{
border-color: #AA9F9E;
}
</style>