#A6A6AB

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

Shades of Spun Pearl #A6A6AB

Tints of Spun Pearl #A6A6AB

Color information

#A6A6AB (or 0xA6A6AB) is unknown color: approx Spun Pearl. HEX triplet: A6, A6 and AB. RGB value is (166,166,171). Sum of RGB (Red+Green+Blue) = 166+166+171=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 171 - color contains mainly: blue. Hex color #A6A6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A6AB is #595954. Grayscale: #A6A6A6. Windows color (decimal): -5855573 or 11249318. OLE color: 11249318.

HSL color Cylindrical-coordinate representation of color #A6A6AB: 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 #A6A6AB is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166166171-
CMYK0.030.0300.33
HSL240º2.89%66.08%-
HSV(B)240º2.92%67.06%-
XYZ36.7138.3243.99-
YUV166.57130.5127.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 166 (65.23% from 255) = 33.00%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=33.00%
G=33.00%
B=34.00%

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
Decimal1661661710.030.0300.332402.8966.08
HexA6A6AB33021f0342
Octal246246253330413603102
Binary1010011010100110101010111111010000111110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A6AB; }

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

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

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

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

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

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

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

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