#A6A6AC

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

Shades of Spun Pearl #A6A6AC

Tints of Spun Pearl #A6A6AC

Color information

#A6A6AC (or 0xA6A6AC) is unknown color: approx Spun Pearl. HEX triplet: A6, A6 and AC. RGB value is (166,166,172). Sum of RGB (Red+Green+Blue) = 166+166+172=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 172 - color contains mainly: blue. Hex color #A6A6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A6AC is #595953. Grayscale: #A6A6A6. Windows color (decimal): -5855572 or 11314854. OLE color: 11314854.

HSL color Cylindrical-coordinate representation of color #A6A6AC: hue angle of 240º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A6A6AC is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166166172-
CMYK0.030.0300.33
HSL240º3.49%66.27%-
HSV(B)240º3.49%67.45%-
XYZ36.8138.3644.49-
YUV166.68131127.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=32.94%
G=32.94%
B=34.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661661720.030.0300.332403.4966.27
HexA6A6AC33021f0342
Octal246246254330413603102
Binary1010011010100110101011001111010000111110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A6AC; }

 p { color: rgb(166,166,172); }

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

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

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

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

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

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

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