#A5A1AA

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

Shades of Spun Pearl #A5A1AA

Tints of Spun Pearl #A5A1AA

Color information

#A5A1AA (or 0xA5A1AA) is unknown color: approx Spun Pearl. HEX triplet: A5, A1 and AA. RGB value is (165,161,170). Sum of RGB (Red+Green+Blue) = 165+161+170=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 170 - color contains mainly: blue. Hex color #A5A1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A1AA is #5A5E55. Grayscale: #A3A3A3. Windows color (decimal): -5922390 or 11182501. OLE color: 11182501.

HSL color Cylindrical-coordinate representation of color #A5A1AA: hue angle of 266.67º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A5A1AA is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165161170-
CMYK0.030.0500.33
HSL266.67º5.03%64.9%-
HSV(B)266.67º5.29%66.67%-
XYZ35.5236.3943.18-
YUV163.22131.83129.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 161 (63.28% from 255) = 32.46%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=33.27%
G=32.46%
B=34.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651611700.030.0500.33266.675.0364.9
HexA5A1AA3502110b541
Octal245241252350414135101
Binary1010010110100001101010101110101000011000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A1AA; }

 p { color: rgb(165,161,170); }

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

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

 a { background-color: rgb(165,161,170); }

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

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

 span { border-color: rgb(165,161,170); }

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