#A7A3B9

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

Shades of Spun Pearl #A7A3B9

Tints of Spun Pearl #A7A3B9

Color information

#A7A3B9 (or 0xA7A3B9) is unknown color: approx Spun Pearl. HEX triplet: A7, A3 and B9. RGB value is (167,163,185). Sum of RGB (Red+Green+Blue) = 167+163+185=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 185 - color contains mainly: blue. Hex color #A7A3B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A3B9 is #585C46. Grayscale: #A6A6A6. Windows color (decimal): -5790791 or 12166055. OLE color: 12166055.

HSL color Cylindrical-coordinate representation of color #A7A3B9: hue angle of 250.91º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7A3B9 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167163185-
CMYK0.100.1200.27
HSL250.91º13.58%68.24%-
HSV(B)250.91º11.89%72.55%-
XYZ37.7937.9151.23-
YUV166.7138.33128.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.43%
GREEN value IS 163 (64.06% from 255) = 31.65%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=32.43%
G=31.65%
B=35.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671631850.100.1200.27250.9113.5868.24
HexA7A3B9AC01Bfbe44
Octal247243271121403337316104
Binary101001111010001110111001101011000110111111101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A3B9; }

 p { color: rgb(167,163,185); }

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

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

 a { background-color: rgb(167,163,185); }

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

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

 span { border-color: rgb(167,163,185); }

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