Shades of Nobel #A49B9A
Tints of Nobel #A49B9A
RGB
CMYK
RGB Variations
Color information
#A49B9A (or 0xA49B9A) is known color: Nobel. HEX triplet: A4, 9B and 9A. RGB value is (164,155,154). Sum of RGB (Red+Green+Blue) = 164+155+154=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B9A is #5B6465. Grayscale: #9D9D9D. Windows color (decimal): -5989478 or 10132388. OLE color: 10132388.
HSL color Cylindrical-coordinate representation of color #A49B9A: hue angle of 6º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A49B9A is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 155 | 154 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.36 |
| HSL | 6º | 0.05% | 0.62% | - |
| HSV(B) | 6º | 0.06% | 0.64% | - |
| XYZ | 32.86 | 33.67 | 35.34 | - |
| YUV | 157.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 154 | 0 | 0.05 | 0.06 | 0.36 | 6 | 0.05 | 0.62 |
| Hex | A4 | 9B | 9A | 0 | 5 | 6 | 24 | 6 | 5 | 3E |
| Octal | 244 | 233 | 232 | 0 | 5 | 6 | 44 | 6 | 5 | 76 |
| Binary | 10100100 | 10011011 | 10011010 | 0 | 101 | 110 | 100100 | 110 | 101 | 111110 |
Color Harmonies of #A49B9A
Complementary color
Monochromatic Colors of #A49B9A
Black with #A49B9A
Text Example
Text Example
White with #A49B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49B9A; }
p { color: rgb(164,155,154); }
H1.HeaderClassName
{
color: #A49B9A;
}
.AnyTagClassName
{
color: #A49B9A;
}
</style>
background-color css
<style>
a { background-color: #A49B9A; }
a { background-color: rgb(164,155,154); }
div.DivClassName
{
background-color: #A49B9A;
}
.BgClassName
{
background-color: #A49B9A;
}
</style>
border-color css
<style>
span { border-color: #A49B9A; }
span { border-color: rgb(164,155,154); }
td.TdClassName
{
border-color: #A49B9A;
}
.TagClassName
{
border-color: #A49B9A;
}
</style>