#A6A5AF

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

Shades of Spun Pearl #A6A5AF

Tints of Spun Pearl #A6A5AF

Color information

#A6A5AF (or 0xA6A5AF) is unknown color: approx Spun Pearl. HEX triplet: A6, A5 and AF. RGB value is (166,165,175). Sum of RGB (Red+Green+Blue) = 166+165+175=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 175 - color contains mainly: blue. Hex color #A6A5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A5AF is #595A50. Grayscale: #A6A6A6. Windows color (decimal): -5855825 or 11511206. OLE color: 11511206.

HSL color Cylindrical-coordinate representation of color #A6A5AF: hue angle of 246º degrees, saturation: 0.06, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A6A5AF is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB166165175-
CMYK0.050.0600.31
HSL246º5.88%66.67%-
HSV(B)246º5.71%68.63%-
XYZ36.9238.1145.97-
YUV166.44132.83127.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.81%
GREEN value IS 165 (64.84% from 255) = 32.61%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=32.81%
G=32.61%
B=34.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661651750.050.0600.312465.8866.67
HexA6A5AF5601Ff6643
Octal246245257560373666103
Binary101001101010010110101111101110011111111101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A5AF; }

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

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

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

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

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

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

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

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