#AAA7BA

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

Shades of Spun Pearl #AAA7BA

Tints of Spun Pearl #AAA7BA

Color information

#AAA7BA (or 0xAAA7BA) is unknown color: approx Spun Pearl. HEX triplet: AA, A7 and BA. RGB value is (170,167,186). Sum of RGB (Red+Green+Blue) = 170+167+186=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 167 (65.62% from 255 or 31.93% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAA7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7BA is #555845. Grayscale: #A9A9A9. Windows color (decimal): -5593158 or 12232618. OLE color: 12232618.

HSL color Cylindrical-coordinate representation of color #AAA7BA: hue angle of 249.47º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAA7BA is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170167186-
CMYK0.090.1000.27
HSL249.47º12.1%69.22%-
HSV(B)249.47º10.22%72.94%-
XYZ39.2639.7352.05-
YUV170.06136.99127.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 167 (65.62% from 255) = 31.93%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=32.50%
G=31.93%
B=35.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701671860.090.1000.27249.4712.169.22
HexAAA7BA9A01Bf9c45
Octal252247272111203337114105
Binary101010101010011110111010100110100110111111100111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7BA; }

 p { color: rgb(170,167,186); }

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

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

 a { background-color: rgb(170,167,186); }

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

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

 span { border-color: rgb(170,167,186); }

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