Shades of Nobel #AC9F9D
Tints of Nobel #AC9F9D
RGB
CMYK
RGB Variations
Color information
#AC9F9D (or 0xAC9F9D) is known color: Nobel. HEX triplet: AC, 9F and 9D. RGB value is (172,159,157). Sum of RGB (Red+Green+Blue) = 172+159+157=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F9D is #536062. Grayscale: #A2A2A2. Windows color (decimal): -5464163 or 10330028. OLE color: 10330028.
HSL color Cylindrical-coordinate representation of color #AC9F9D: hue angle of 8º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AC9F9D is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 159 | 157 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.33 |
| HSL | 8º | 0.08% | 0.65% | - |
| HSV(B) | 8º | 0.09% | 0.67% | - |
| XYZ | 35.5 | 36 | 36.98 | - |
| YUV | 162.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 159 | 157 | 0 | 0.08 | 0.09 | 0.33 | 8 | 0.08 | 0.65 |
| Hex | AC | 9F | 9D | 0 | 8 | 9 | 21 | 8 | 8 | 41 |
| Octal | 254 | 237 | 235 | 0 | 10 | 11 | 41 | 10 | 10 | 101 |
| Binary | 10101100 | 10011111 | 10011101 | 0 | 1000 | 1001 | 100001 | 1000 | 1000 | 1000001 |
Color Harmonies of #AC9F9D
Complementary color
Monochromatic Colors of #AC9F9D
Black with #AC9F9D
Text Example
Text Example
White with #AC9F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9F9D; }
p { color: rgb(172,159,157); }
H1.HeaderClassName
{
color: #AC9F9D;
}
.AnyTagClassName
{
color: #AC9F9D;
}
</style>
background-color css
<style>
a { background-color: #AC9F9D; }
a { background-color: rgb(172,159,157); }
div.DivClassName
{
background-color: #AC9F9D;
}
.BgClassName
{
background-color: #AC9F9D;
}
</style>
border-color css
<style>
span { border-color: #AC9F9D; }
span { border-color: rgb(172,159,157); }
td.TdClassName
{
border-color: #AC9F9D;
}
.TagClassName
{
border-color: #AC9F9D;
}
</style>