Shades of Nobel #A89D9B
Tints of Nobel #A89D9B
RGB
CMYK
RGB Variations
Color information
#A89D9B (or 0xA89D9B) is known color: Nobel. HEX triplet: A8, 9D and 9B. RGB value is (168,157,155). Sum of RGB (Red+Green+Blue) = 168+157+155=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89D9B is #576264. Grayscale: #A0A0A0. Windows color (decimal): -5726821 or 10198440. OLE color: 10198440.
HSL color Cylindrical-coordinate representation of color #A89D9B: hue angle of 9.23º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A89D9B is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 157 | 155 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.34 |
| HSL | 9.23º | 0.07% | 0.63% | - |
| HSV(B) | 9.23º | 0.08% | 0.66% | - |
| XYZ | 34.12 | 34.81 | 35.93 | - |
| YUV | 160.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 155 | 0 | 0.07 | 0.08 | 0.34 | 9.23 | 0.07 | 0.63 |
| Hex | A8 | 9D | 9B | 0 | 7 | 8 | 22 | 9 | 7 | 3F |
| Octal | 250 | 235 | 233 | 0 | 7 | 10 | 42 | 11 | 7 | 77 |
| Binary | 10101000 | 10011101 | 10011011 | 0 | 111 | 1000 | 100010 | 1001 | 111 | 111111 |
Color Harmonies of #A89D9B
Complementary color
Monochromatic Colors of #A89D9B
Black with #A89D9B
Text Example
Text Example
White with #A89D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89D9B; }
p { color: rgb(168,157,155); }
H1.HeaderClassName
{
color: #A89D9B;
}
.AnyTagClassName
{
color: #A89D9B;
}
</style>
background-color css
<style>
a { background-color: #A89D9B; }
a { background-color: rgb(168,157,155); }
div.DivClassName
{
background-color: #A89D9B;
}
.BgClassName
{
background-color: #A89D9B;
}
</style>
border-color css
<style>
span { border-color: #A89D9B; }
span { border-color: rgb(168,157,155); }
td.TdClassName
{
border-color: #A89D9B;
}
.TagClassName
{
border-color: #A89D9B;
}
</style>