#A1A0A5

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

Shades of Spun Pearl #A1A0A5

Tints of Spun Pearl #A1A0A5

Color information

#A1A0A5 (or 0xA1A0A5) is unknown color: approx Spun Pearl. HEX triplet: A1, A0 and A5. RGB value is (161,160,165). Sum of RGB (Red+Green+Blue) = 161+160+165=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 165 - color contains mainly: blue. Hex color #A1A0A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A0A5 is #5E5F5A. Grayscale: #A0A0A0. Windows color (decimal): -6184795 or 10854561. OLE color: 10854561.

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

Color convert

RGB161160165-
CMYK0.020.0300.35
HSL252º2.7%63.73%-
HSV(B)252º3.03%64.71%-
XYZ34.0635.4440.64-
YUV160.87130.33128.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 165 (64.84% from 255) = 33.95%
R=33.13%
G=32.92%
B=33.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611601650.020.0300.352522.763.73
HexA1A0A523023fc340
Octal241240245230433743100
Binary1010000110100000101001011011010001111111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A0A5; }

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

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

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

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

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

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

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

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