Shades of Nobel #A59B9A
Tints of Nobel #A59B9A
RGB
CMYK
RGB Variations
Color information
#A59B9A (or 0xA59B9A) is known color: Nobel. HEX triplet: A5, 9B and 9A. RGB value is (165,155,154). Sum of RGB (Red+Green+Blue) = 165+155+154=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59B9A is #5A6465. Grayscale: #9D9D9D. Windows color (decimal): -5923942 or 10132389. OLE color: 10132389.
HSL color Cylindrical-coordinate representation of color #A59B9A: hue angle of 5.45º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A59B9A is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 155 | 154 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.35 |
| HSL | 5.45º | 0.06% | 0.63% | - |
| HSV(B) | 5.45º | 0.07% | 0.65% | - |
| XYZ | 33.07 | 33.78 | 35.35 | - |
| YUV | 157.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 155 | 154 | 0 | 0.06 | 0.07 | 0.35 | 5.45 | 0.06 | 0.63 |
| Hex | A5 | 9B | 9A | 0 | 6 | 7 | 23 | 5 | 6 | 3F |
| Octal | 245 | 233 | 232 | 0 | 6 | 7 | 43 | 5 | 6 | 77 |
| Binary | 10100101 | 10011011 | 10011010 | 0 | 110 | 111 | 100011 | 101 | 110 | 111111 |
Color Harmonies of #A59B9A
Complementary color
Monochromatic Colors of #A59B9A
Black with #A59B9A
Text Example
Text Example
White with #A59B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59B9A; }
p { color: rgb(165,155,154); }
H1.HeaderClassName
{
color: #A59B9A;
}
.AnyTagClassName
{
color: #A59B9A;
}
</style>
background-color css
<style>
a { background-color: #A59B9A; }
a { background-color: rgb(165,155,154); }
div.DivClassName
{
background-color: #A59B9A;
}
.BgClassName
{
background-color: #A59B9A;
}
</style>
border-color css
<style>
span { border-color: #A59B9A; }
span { border-color: rgb(165,155,154); }
td.TdClassName
{
border-color: #A59B9A;
}
.TagClassName
{
border-color: #A59B9A;
}
</style>