Shades of Nobel #A69C9A
Tints of Nobel #A69C9A
RGB
CMYK
RGB Variations
Color information
#A69C9A (or 0xA69C9A) is known color: Nobel. HEX triplet: A6, 9C and 9A. RGB value is (166,156,154). Sum of RGB (Red+Green+Blue) = 166+156+154=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69C9A is #596365. Grayscale: #9E9E9E. Windows color (decimal): -5858150 or 10132646. OLE color: 10132646.
HSL color Cylindrical-coordinate representation of color #A69C9A: hue angle of 10º 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 #A69C9A is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 154 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.35 |
| HSL | 10º | 0.06% | 0.63% | - |
| HSV(B) | 10º | 0.07% | 0.65% | - |
| XYZ | 33.45 | 34.22 | 35.41 | - |
| YUV | 158.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 154 | 0 | 0.06 | 0.07 | 0.35 | 10 | 0.06 | 0.63 |
| Hex | A6 | 9C | 9A | 0 | 6 | 7 | 23 | A | 6 | 3F |
| Octal | 246 | 234 | 232 | 0 | 6 | 7 | 43 | 12 | 6 | 77 |
| Binary | 10100110 | 10011100 | 10011010 | 0 | 110 | 111 | 100011 | 1010 | 110 | 111111 |
Color Harmonies of #A69C9A
Complementary color
Monochromatic Colors of #A69C9A
Black with #A69C9A
Text Example
Text Example
White with #A69C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C9A; }
p { color: rgb(166,156,154); }
H1.HeaderClassName
{
color: #A69C9A;
}
.AnyTagClassName
{
color: #A69C9A;
}
</style>
background-color css
<style>
a { background-color: #A69C9A; }
a { background-color: rgb(166,156,154); }
div.DivClassName
{
background-color: #A69C9A;
}
.BgClassName
{
background-color: #A69C9A;
}
</style>
border-color css
<style>
span { border-color: #A69C9A; }
span { border-color: rgb(166,156,154); }
td.TdClassName
{
border-color: #A69C9A;
}
.TagClassName
{
border-color: #A69C9A;
}
</style>