#A7A1B1

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

Shades of Spun Pearl #A7A1B1

Tints of Spun Pearl #A7A1B1

Color information

#A7A1B1 (or 0xA7A1B1) is unknown color: approx Spun Pearl. HEX triplet: A7, A1 and B1. RGB value is (167,161,177). Sum of RGB (Red+Green+Blue) = 167+161+177=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 177 - color contains mainly: blue. Hex color #A7A1B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A1B1 is #585E4E. Grayscale: #A4A4A4. Windows color (decimal): -5791311 or 11641255. OLE color: 11641255.

HSL color Cylindrical-coordinate representation of color #A7A1B1: hue angle of 262.5º 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 #A7A1B1 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB167161177-
CMYK0.060.0900.31
HSL262.5º9.3%66.27%-
HSV(B)262.5º9.04%69.41%-
XYZ36.6236.8846.78-
YUV164.62134.99129.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.07%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 177 (69.53% from 255) = 35.05%
R=33.07%
G=31.88%
B=35.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671611770.060.0900.31262.59.366.27
HexA7A1B16901F106942
Octal24724126161103740611102
Binary101001111010000110110001110100101111110000011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A1B1; }

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

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

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

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

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

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

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

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