#A5A4AD

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

Shades of Spun Pearl #A5A4AD

Tints of Spun Pearl #A5A4AD

Color information

#A5A4AD (or 0xA5A4AD) is unknown color: approx Spun Pearl. HEX triplet: A5, A4 and AD. RGB value is (165,164,173). Sum of RGB (Red+Green+Blue) = 165+164+173=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 173 - color contains mainly: blue. Hex color #A5A4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A4AD is #5A5B52. Grayscale: #A5A5A5. Windows color (decimal): -5921619 or 11379877. OLE color: 11379877.

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

Color convert

RGB165164173-
CMYK0.050.0500.32
HSL246.67º5.2%66.08%-
HSV(B)246.67º5.2%67.84%-
XYZ36.3437.5744.87-
YUV165.32132.33127.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.87%
GREEN value IS 164 (64.45% from 255) = 32.67%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=32.87%
G=32.67%
B=34.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651641730.050.0500.32246.675.266.08
HexA5A4AD55020f7542
Octal245244255550403675102
Binary1010010110100100101011011011010100000111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A4AD; }

 p { color: rgb(165,164,173); }

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

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

 a { background-color: rgb(165,164,173); }

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

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

 span { border-color: rgb(165,164,173); }

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