#A6A1A1

Color #A6A1A1 Nobel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nobel #A6A1A1

Tints of Nobel #A6A1A1

Color information

#A6A1A1 (or 0xA6A1A1) is unknown color: approx 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

RGB166161161-
CMYK00.030.030.35
HSL2.73%64.12%-
HSV(B)3.01%65.1%-
XYZ34.936.1738.86-
YUV162.5127.16130.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 161 (63.28% from 255) = 32.99%
BLUE value IS 161 (63.28% from 255) = 32.99%
R=34.02%
G=32.99%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616116100.030.030.3502.7364.12
HexA6A1A1033230340
Octal2462412410334303100
Binary101001101010000110100001011111000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>