#A6A4AD

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

Shades of Spun Pearl #A6A4AD

Tints of Spun Pearl #A6A4AD

Color information

#A6A4AD (or 0xA6A4AD) is unknown color: approx Spun Pearl. HEX triplet: A6, A4 and AD. RGB value is (166,164,173). Sum of RGB (Red+Green+Blue) = 166+164+173=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 173 - color contains mainly: blue. Hex color #A6A4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A4AD is #595B52. Grayscale: #A5A5A5. Windows color (decimal): -5856083 or 11379878. OLE color: 11379878.

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

Color convert

RGB166164173-
CMYK0.040.0500.32
HSL253.33º5.2%66.08%-
HSV(B)253.33º5.2%67.84%-
XYZ36.5437.6844.88-
YUV165.62132.16128.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 164 (64.45% from 255) = 32.60%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=33.00%
G=32.60%
B=34.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661641730.040.0500.32253.335.266.08
HexA6A4AD45020fd542
Octal246244255450403755102
Binary1010011010100100101011011001010100000111111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A4AD; }

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

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

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

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

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

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

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

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