#A6A5AA

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

Shades of Spun Pearl #A6A5AA

Tints of Spun Pearl #A6A5AA

Color information

#A6A5AA (or 0xA6A5AA) is unknown color: approx Spun Pearl. HEX triplet: A6, A5 and AA. RGB value is (166,165,170). Sum of RGB (Red+Green+Blue) = 166+165+170=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 170 - color contains mainly: blue. Hex color #A6A5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A5AA is #595A55. Grayscale: #A5A5A5. Windows color (decimal): -5855830 or 11183526. OLE color: 11183526.

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

Color convert

RGB166165170-
CMYK0.020.0300.33
HSL252º2.86%65.69%-
HSV(B)252º2.94%66.67%-
XYZ36.4437.9243.43-
YUV165.87130.33128.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 165 (64.84% from 255) = 32.93%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=33.13%
G=32.93%
B=33.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661651700.020.0300.332522.8665.69
HexA6A5AA23021fc342
Octal246245252230413743102
Binary1010011010100101101010101011010000111111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A5AA; }

 p { color: rgb(166,165,170); }

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

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

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

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

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

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

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