Shades of Nobel #ACA0A0
Tints of Nobel #ACA0A0
RGB
CMYK
RGB Variations
Color information
#ACA0A0 (or 0xACA0A0) is known color: Nobel. HEX triplet: AC, A0 and A0. RGB value is (172,160,160). Sum of RGB (Red+Green+Blue) = 172+160+160=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA0A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA0A0 is #535F5F. Grayscale: #A3A3A3. Windows color (decimal): -5463904 or 10526892. OLE color: 10526892.
HSL color Cylindrical-coordinate representation of color #ACA0A0: hue angle of 0º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACA0A0 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 160 | 160 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.33 |
| HSL | 0º | 0.07% | 0.65% | - |
| HSV(B) | 0º | 0.07% | 0.67% | - |
| XYZ | 35.93 | 36.45 | 38.4 | - |
| YUV | 163.59 | 125.98 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 160 | 160 | 0 | 0.07 | 0.07 | 0.33 | 0 | 0.07 | 0.65 |
| Hex | AC | A0 | A0 | 0 | 7 | 7 | 21 | 0 | 7 | 41 |
| Octal | 254 | 240 | 240 | 0 | 7 | 7 | 41 | 0 | 7 | 101 |
| Binary | 10101100 | 10100000 | 10100000 | 0 | 111 | 111 | 100001 | 0 | 111 | 1000001 |
Color Harmonies of #ACA0A0
Complementary color
Monochromatic Colors of #ACA0A0
Black with #ACA0A0
Text Example
Text Example
White with #ACA0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA0A0; }
p { color: rgb(172,160,160); }
H1.HeaderClassName
{
color: #ACA0A0;
}
.AnyTagClassName
{
color: #ACA0A0;
}
</style>
background-color css
<style>
a { background-color: #ACA0A0; }
a { background-color: rgb(172,160,160); }
div.DivClassName
{
background-color: #ACA0A0;
}
.BgClassName
{
background-color: #ACA0A0;
}
</style>
border-color css
<style>
span { border-color: #ACA0A0; }
span { border-color: rgb(172,160,160); }
td.TdClassName
{
border-color: #ACA0A0;
}
.TagClassName
{
border-color: #ACA0A0;
}
</style>