#A6A09F

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

Shades of Nobel #A6A09F

Tints of Nobel #A6A09F

Color information

#A6A09F (or 0xA6A09F) is unknown color: approx Nobel. HEX triplet: A6, A0 and 9F. RGB value is (166,160,159). Sum of RGB (Red+Green+Blue) = 166+160+159=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A09F is #595F60. Grayscale: #A1A1A1. Windows color (decimal): -5857121 or 10461350. OLE color: 10461350.

HSL color Cylindrical-coordinate representation of color #A6A09F: hue angle of 8.57º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A6A09F is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB166160159-
CMYK00.040.040.35
HSL8.57º3.78%63.73%-
HSV(B)8.57º4.22%65.1%-
XYZ34.5535.7537.88-
YUV161.68126.49131.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.23%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 159 (62.5% from 255) = 32.78%
R=34.23%
G=32.99%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616015900.040.040.358.573.7863.73
HexA6A09F044239440
Octal24624023704443114100
Binary101001101010000010011111010010010001110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A09F; }

 p { color: rgb(166,160,159); }

 H1.HeaderClassName
 {
   color: #A6A09F;
 }
 .AnyTagClassName
 {
   color: #A6A09F;
 }
</style>
background-color css

<style>
 a { background-color: #A6A09F; }

 a { background-color: rgb(166,160,159); }

 div.DivClassName
 {
   background-color: #A6A09F;
 }
 .BgClassName
 {
   background-color: #A6A09F;
 }
</style>
border-color css

<style>
 span { border-color: #A6A09F; }

 span { border-color: rgb(166,160,159); }

 td.TdClassName
 {
   border-color: #A6A09F;
 }
 .TagClassName
 {
   border-color: #A6A09F;
 }
</style>