#A6A4B4

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

Shades of Spun Pearl #A6A4B4

Tints of Spun Pearl #A6A4B4

Color information

#A6A4B4 (or 0xA6A4B4) is unknown color: approx Spun Pearl. HEX triplet: A6, A4 and B4. RGB value is (166,164,180). Sum of RGB (Red+Green+Blue) = 166+164+180=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 180 - color contains mainly: blue. Hex color #A6A4B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A4B4 is #595B4B. Grayscale: #A6A6A6. Windows color (decimal): -5856076 or 11838630. OLE color: 11838630.

HSL color Cylindrical-coordinate representation of color #A6A4B4: hue angle of 247.5º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6A4B4 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB166164180-
CMYK0.080.0900.29
HSL247.5º9.64%67.45%-
HSV(B)247.5º8.89%70.59%-
XYZ37.2437.9548.54-
YUV166.42135.66127.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.55%
GREEN value IS 164 (64.45% from 255) = 32.16%
BLUE value IS 180 (70.70% from 255) = 35.29%
R=32.55%
G=32.16%
B=35.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661641800.080.0900.29247.59.6467.45
HexA6A4B48901Df8a43
Octal246244264101103537012103
Binary101001101010010010110100100010010111011111100010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A4B4; }

 p { color: rgb(166,164,180); }

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

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

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

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

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

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

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