#A8A0B9

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

Shades of Spun Pearl #A8A0B9

Tints of Spun Pearl #A8A0B9

Color information

#A8A0B9 (or 0xA8A0B9) is unknown color: approx Spun Pearl. HEX triplet: A8, A0 and B9. RGB value is (168,160,185). Sum of RGB (Red+Green+Blue) = 168+160+185=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 185 - color contains mainly: blue. Hex color #A8A0B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A0B9 is #575F46. Grayscale: #A5A5A5. Windows color (decimal): -5726023 or 12165288. OLE color: 12165288.

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

Color convert

RGB168160185-
CMYK0.090.1400.27
HSL259.2º15.15%67.65%-
HSV(B)259.2º13.51%72.55%-
XYZ37.4836.9751.06-
YUV165.24139.15129.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 160 (62.89% from 255) = 31.19%
BLUE value IS 185 (72.66% from 255) = 36.06%
R=32.75%
G=31.19%
B=36.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681601850.090.1400.27259.215.1567.65
HexA8A0B99E01B103f44
Octal250240271111603340317104
Binary1010100010100000101110011001111001101110000001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A0B9; }

 p { color: rgb(168,160,185); }

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

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

 a { background-color: rgb(168,160,185); }

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

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

 span { border-color: rgb(168,160,185); }

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