Shades of Nobel #A59E9C
Tints of Nobel #A59E9C
RGB
CMYK
RGB Variations
Color information
#A59E9C (or 0xA59E9C) is known color: Nobel. HEX triplet: A5, 9E and 9C. RGB value is (165,158,156). Sum of RGB (Red+Green+Blue) = 165+158+156=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59E9C is #5A6163. Grayscale: #9F9F9F. Windows color (decimal): -5923172 or 10264229. OLE color: 10264229.
HSL color Cylindrical-coordinate representation of color #A59E9C: hue angle of 13.33º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A59E9C is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 158 | 156 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.35 |
| HSL | 13.33º | 0.05% | 0.63% | - |
| HSV(B) | 13.33º | 0.05% | 0.65% | - |
| XYZ | 33.74 | 34.85 | 36.4 | - |
| YUV | 159.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 156 | 0 | 0.04 | 0.05 | 0.35 | 13.33 | 0.05 | 0.63 |
| Hex | A5 | 9E | 9C | 0 | 4 | 5 | 23 | D | 5 | 3F |
| Octal | 245 | 236 | 234 | 0 | 4 | 5 | 43 | 15 | 5 | 77 |
| Binary | 10100101 | 10011110 | 10011100 | 0 | 100 | 101 | 100011 | 1101 | 101 | 111111 |
Color Harmonies of #A59E9C
Complementary color
Monochromatic Colors of #A59E9C
Black with #A59E9C
Text Example
Text Example
White with #A59E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59E9C; }
p { color: rgb(165,158,156); }
H1.HeaderClassName
{
color: #A59E9C;
}
.AnyTagClassName
{
color: #A59E9C;
}
</style>
background-color css
<style>
a { background-color: #A59E9C; }
a { background-color: rgb(165,158,156); }
div.DivClassName
{
background-color: #A59E9C;
}
.BgClassName
{
background-color: #A59E9C;
}
</style>
border-color css
<style>
span { border-color: #A59E9C; }
span { border-color: rgb(165,158,156); }
td.TdClassName
{
border-color: #A59E9C;
}
.TagClassName
{
border-color: #A59E9C;
}
</style>