Shades of Nobel #A79C9A
Tints of Nobel #A79C9A
RGB
CMYK
RGB Variations
Color information
#A79C9A (or 0xA79C9A) is known color: Nobel. HEX triplet: A7, 9C and 9A. RGB value is (167,156,154). Sum of RGB (Red+Green+Blue) = 167+156+154=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79C9A is #586365. Grayscale: #9F9F9F. Windows color (decimal): -5792614 or 10132647. OLE color: 10132647.
HSL color Cylindrical-coordinate representation of color #A79C9A: hue angle of 9.23º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A79C9A is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 156 | 154 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.35 |
| HSL | 9.23º | 0.07% | 0.63% | - |
| HSV(B) | 9.23º | 0.08% | 0.65% | - |
| XYZ | 33.66 | 34.33 | 35.42 | - |
| YUV | 159.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 154 | 0 | 0.07 | 0.08 | 0.35 | 9.23 | 0.07 | 0.63 |
| Hex | A7 | 9C | 9A | 0 | 7 | 8 | 23 | 9 | 7 | 3F |
| Octal | 247 | 234 | 232 | 0 | 7 | 10 | 43 | 11 | 7 | 77 |
| Binary | 10100111 | 10011100 | 10011010 | 0 | 111 | 1000 | 100011 | 1001 | 111 | 111111 |
Color Harmonies of #A79C9A
Complementary color
Monochromatic Colors of #A79C9A
Black with #A79C9A
Text Example
Text Example
White with #A79C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79C9A; }
p { color: rgb(167,156,154); }
H1.HeaderClassName
{
color: #A79C9A;
}
.AnyTagClassName
{
color: #A79C9A;
}
</style>
background-color css
<style>
a { background-color: #A79C9A; }
a { background-color: rgb(167,156,154); }
div.DivClassName
{
background-color: #A79C9A;
}
.BgClassName
{
background-color: #A79C9A;
}
</style>
border-color css
<style>
span { border-color: #A79C9A; }
span { border-color: rgb(167,156,154); }
td.TdClassName
{
border-color: #A79C9A;
}
.TagClassName
{
border-color: #A79C9A;
}
</style>