Shades of Nobel #A6A1A1
Tints of Nobel #A6A1A1
RGB
CMYK
RGB Variations
Color information
#A6A1A1 (or 0xA6A1A1) is known color: Nobel. HEX triplet: A6, A1 and A1. RGB value is (166,161,161). Sum of RGB (Red+Green+Blue) = 166+161+161=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A1A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A1A1 is #595E5E. Grayscale: #A2A2A2. Windows color (decimal): -5856863 or 10592678. OLE color: 10592678.
HSL color Cylindrical-coordinate representation of color #A6A1A1: hue angle of 0º degrees, saturation: 0.03, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A6A1A1 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
RGB | 166 | 161 | 161 | - |
CMYK | 0 | 0.03 | 0.03 | 0.35 |
HSL | 0º | 0.03% | 0.64% | - |
HSV(B) | 0º | 0.03% | 0.65% | - |
XYZ | 34.9 | 36.17 | 38.86 | - |
YUV | 162.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 161 | 161 | 0 | 0.03 | 0.03 | 0.35 | 0 | 0.03 | 0.64 |
Hex | A6 | A1 | A1 | 0 | 3 | 3 | 23 | 0 | 3 | 40 |
Octal | 246 | 241 | 241 | 0 | 3 | 3 | 43 | 0 | 3 | 100 |
Binary | 10100110 | 10100001 | 10100001 | 0 | 11 | 11 | 100011 | 0 | 11 | 1000000 |
Color Harmonies of #A6A1A1
Complementary color
Monochromatic Colors of #A6A1A1
Black with #A6A1A1
Text Example
Text Example
White with #A6A1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A1A1; }
p { color: rgb(166,161,161); }
H1.HeaderClassName
{
color: #A6A1A1;
}
.AnyTagClassName
{
color: #A6A1A1;
}
</style>
background-color css
<style>
a { background-color: #A6A1A1; }
a { background-color: rgb(166,161,161); }
div.DivClassName
{
background-color: #A6A1A1;
}
.BgClassName
{
background-color: #A6A1A1;
}
</style>
border-color css
<style>
span { border-color: #A6A1A1; }
span { border-color: rgb(166,161,161); }
td.TdClassName
{
border-color: #A6A1A1;
}
.TagClassName
{
border-color: #A6A1A1;
}
</style>