#A8A5BA

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

Shades of Spun Pearl #A8A5BA

Tints of Spun Pearl #A8A5BA

Color information

#A8A5BA (or 0xA8A5BA) is unknown color: approx Spun Pearl. HEX triplet: A8, A5 and BA. RGB value is (168,165,186). Sum of RGB (Red+Green+Blue) = 168+165+186=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #A8A5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A5BA is #575A45. Grayscale: #A8A8A8. Windows color (decimal): -5724742 or 12232104. OLE color: 12232104.

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

Color convert

RGB168165186-
CMYK0.100.1100.27
HSL248.57º13.21%68.82%-
HSV(B)248.57º11.29%72.94%-
XYZ38.4738.7851.91-
YUV168.29137.99127.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 165 (64.84% from 255) = 31.79%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=32.37%
G=31.79%
B=35.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681651860.100.1100.27248.5713.2168.82
HexA8A5BAAB01Bf9d45
Octal250245272121303337115105
Binary101010001010010110111010101010110110111111100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A5BA; }

 p { color: rgb(168,165,186); }

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

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

 a { background-color: rgb(168,165,186); }

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

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

 span { border-color: rgb(168,165,186); }

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