#A5A1B1

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

Shades of Spun Pearl #A5A1B1

Tints of Spun Pearl #A5A1B1

Color information

#A5A1B1 (or 0xA5A1B1) is unknown color: approx Spun Pearl. HEX triplet: A5, A1 and B1. RGB value is (165,161,177). Sum of RGB (Red+Green+Blue) = 165+161+177=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 177 - color contains mainly: blue. Hex color #A5A1B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A1B1 is #5A5E4E. Grayscale: #A3A3A3. Windows color (decimal): -5922383 or 11641253. OLE color: 11641253.

HSL color Cylindrical-coordinate representation of color #A5A1B1: hue angle of 255º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A5A1B1 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165161177-
CMYK0.070.0900.31
HSL255º9.3%66.27%-
HSV(B)255º9.04%69.41%-
XYZ36.236.6646.76-
YUV164.02135.33128.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 177 (69.53% from 255) = 35.19%
R=32.80%
G=32.01%
B=35.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651611770.070.0900.312559.366.27
HexA5A1B17901Fff942
Octal24524126171103737711102
Binary10100101101000011011000111110010111111111111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A1B1; }

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

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

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

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

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

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

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

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