#A5A0B9

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

Shades of Spun Pearl #A5A0B9

Tints of Spun Pearl #A5A0B9

Color information

#A5A0B9 (or 0xA5A0B9) is unknown color: approx Spun Pearl. HEX triplet: A5, A0 and B9. RGB value is (165,160,185). Sum of RGB (Red+Green+Blue) = 165+160+185=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 185 - color contains mainly: blue. Hex color #A5A0B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A0B9 is #5A5F46. Grayscale: #A4A4A4. Windows color (decimal): -5922631 or 12165285. OLE color: 12165285.

HSL color Cylindrical-coordinate representation of color #A5A0B9: hue angle of 252º 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 #A5A0B9 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165160185-
CMYK0.110.1400.27
HSL252º15.15%67.65%-
HSV(B)252º13.51%72.55%-
XYZ36.8436.6451.03-
YUV164.34139.66128.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.35%
GREEN value IS 160 (62.89% from 255) = 31.37%
BLUE value IS 185 (72.66% from 255) = 36.27%
R=32.35%
G=31.37%
B=36.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651601850.110.1400.2725215.1567.65
HexA5A0B9BE01Bfcf44
Octal245240271131603337417104
Binary101001011010000010111001101111100110111111110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A0B9; }

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

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

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

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

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

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

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

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