#A6A0AF

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

Shades of Spun Pearl #A6A0AF

Tints of Spun Pearl #A6A0AF

Color information

#A6A0AF (or 0xA6A0AF) is unknown color: approx Spun Pearl. HEX triplet: A6, A0 and AF. RGB value is (166,160,175). Sum of RGB (Red+Green+Blue) = 166+160+175=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 175 - color contains mainly: blue. Hex color #A6A0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A0AF is #595F50. Grayscale: #A3A3A3. Windows color (decimal): -5857105 or 11509926. OLE color: 11509926.

HSL color Cylindrical-coordinate representation of color #A6A0AF: hue angle of 264º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6A0AF is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB166160175-
CMYK0.050.0900.31
HSL264º8.57%65.69%-
HSV(B)264º8.57%68.63%-
XYZ36.0336.3445.67-
YUV163.5134.49129.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 160 (62.89% from 255) = 31.94%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=33.13%
G=31.94%
B=34.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661601750.050.0900.312648.5765.69
HexA6A0AF5901F108942
Octal24624025751103741011102
Binary101001101010000010101111101100101111110000100010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A0AF; }

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

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

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

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

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

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

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

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