#A8A4BA

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

Shades of Spun Pearl #A8A4BA

Tints of Spun Pearl #A8A4BA

Color information

#A8A4BA (or 0xA8A4BA) is unknown color: approx Spun Pearl. HEX triplet: A8, A4 and BA. RGB value is (168,164,186). Sum of RGB (Red+Green+Blue) = 168+164+186=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #A8A4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A4BA is #575B45. Grayscale: #A7A7A7. Windows color (decimal): -5724998 or 12231848. OLE color: 12231848.

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

Color convert

RGB168164186-
CMYK0.100.1200.27
HSL250.91º13.75%68.63%-
HSV(B)250.91º11.83%72.94%-
XYZ38.2938.4251.85-
YUV167.7138.33128.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.43%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=32.43%
G=31.66%
B=35.91%

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
Decimal1681641860.100.1200.27250.9113.7568.63
HexA8A4BAAC01Bfbe45
Octal250244272121403337316105
Binary101010001010010010111010101011000110111111101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A4BA; }

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

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

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

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

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

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

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

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