#A7A1B2

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

Shades of Spun Pearl #A7A1B2

Tints of Spun Pearl #A7A1B2

Color information

#A7A1B2 (or 0xA7A1B2) is unknown color: approx Spun Pearl. HEX triplet: A7, A1 and B2. RGB value is (167,161,178). Sum of RGB (Red+Green+Blue) = 167+161+178=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 178 - color contains mainly: blue. Hex color #A7A1B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A1B2 is #585E4D. Grayscale: #A4A4A4. Windows color (decimal): -5791310 or 11706791. OLE color: 11706791.

HSL color Cylindrical-coordinate representation of color #A7A1B2: hue angle of 261.18º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A7A1B2 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB167161178-
CMYK0.060.1000.30
HSL261.18º9.94%66.47%-
HSV(B)261.18º9.55%69.8%-
XYZ36.7236.9247.31-
YUV164.73135.49129.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 161 (63.28% from 255) = 31.82%
BLUE value IS 178 (69.92% from 255) = 35.18%
R=33.00%
G=31.82%
B=35.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1671611780.060.1000.30261.189.9466.47
HexA7A1B26A01E105a42
Octal24724126261203640512102
Binary101001111010000110110010110101001111010000010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A1B2; }

 p { color: rgb(167,161,178); }

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

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

 a { background-color: rgb(167,161,178); }

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

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

 span { border-color: rgb(167,161,178); }

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