Shades of Nobel #A69A99
Tints of Nobel #A69A99
RGB
CMYK
RGB Variations
Color information
#A69A99 (or 0xA69A99) is known color: Nobel. HEX triplet: A6, 9A and 99. RGB value is (166,154,153). Sum of RGB (Red+Green+Blue) = 166+154+153=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69A99 is #596566. Grayscale: #9D9D9D. Windows color (decimal): -5858663 or 10066598. OLE color: 10066598.
HSL color Cylindrical-coordinate representation of color #A69A99: hue angle of 4.62º 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 #A69A99 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 153 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.35 |
| HSL | 4.62º | 0.07% | 0.63% | - |
| HSV(B) | 4.62º | 0.08% | 0.65% | - |
| XYZ | 33.03 | 33.52 | 34.87 | - |
| YUV | 157.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 153 | 0 | 0.07 | 0.08 | 0.35 | 4.62 | 0.07 | 0.63 |
| Hex | A6 | 9A | 99 | 0 | 7 | 8 | 23 | 5 | 7 | 3F |
| Octal | 246 | 232 | 231 | 0 | 7 | 10 | 43 | 5 | 7 | 77 |
| Binary | 10100110 | 10011010 | 10011001 | 0 | 111 | 1000 | 100011 | 101 | 111 | 111111 |
Color Harmonies of #A69A99
Complementary color
Monochromatic Colors of #A69A99
Black with #A69A99
Text Example
Text Example
White with #A69A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A99; }
p { color: rgb(166,154,153); }
H1.HeaderClassName
{
color: #A69A99;
}
.AnyTagClassName
{
color: #A69A99;
}
</style>
background-color css
<style>
a { background-color: #A69A99; }
a { background-color: rgb(166,154,153); }
div.DivClassName
{
background-color: #A69A99;
}
.BgClassName
{
background-color: #A69A99;
}
</style>
border-color css
<style>
span { border-color: #A69A99; }
span { border-color: rgb(166,154,153); }
td.TdClassName
{
border-color: #A69A99;
}
.TagClassName
{
border-color: #A69A99;
}
</style>