#A5A3AE

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

Shades of Spun Pearl #A5A3AE

Tints of Spun Pearl #A5A3AE

Color information

#A5A3AE (or 0xA5A3AE) is unknown color: approx Spun Pearl. HEX triplet: A5, A3 and AE. RGB value is (165,163,174). Sum of RGB (Red+Green+Blue) = 165+163+174=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 174 - color contains mainly: blue. Hex color #A5A3AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A3AE is #5A5C51. Grayscale: #A4A4A4. Windows color (decimal): -5921874 or 11445157. OLE color: 11445157.

HSL color Cylindrical-coordinate representation of color #A5A3AE: hue angle of 250.91º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A5A3AE is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB165163174-
CMYK0.050.0600.32
HSL250.91º6.36%66.08%-
HSV(B)250.91º6.32%68.24%-
XYZ36.2537.2545.32-
YUV164.85133.16128.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.87%
GREEN value IS 163 (64.06% from 255) = 32.47%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=32.87%
G=32.47%
B=34.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651631740.050.0600.32250.916.3666.08
HexA5A3AE56020fb642
Octal245243256560403736102
Binary1010010110100011101011101011100100000111110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A3AE; }

 p { color: rgb(165,163,174); }

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

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

 a { background-color: rgb(165,163,174); }

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

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

 span { border-color: rgb(165,163,174); }

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