#AAA3BC

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

Shades of Spun Pearl #AAA3BC

Tints of Spun Pearl #AAA3BC

Color information

#AAA3BC (or 0xAAA3BC) is unknown color: approx Spun Pearl. HEX triplet: AA, A3 and BC. RGB value is (170,163,188). Sum of RGB (Red+Green+Blue) = 170+163+188=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAA3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3BC is #555C43. Grayscale: #A7A7A7. Windows color (decimal): -5594180 or 12362666. OLE color: 12362666.

HSL color Cylindrical-coordinate representation of color #AAA3BC: hue angle of 256.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAA3BC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170163188-
CMYK0.100.1300.26
HSL256.8º15.72%68.82%-
HSV(B)256.8º13.3%73.73%-
XYZ38.7538.3752.94-
YUV167.94139.32129.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 163 (64.06% from 255) = 31.29%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=32.63%
G=31.29%
B=36.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701631880.100.1300.26256.815.7268.82
HexAAA3BCAD01A1011045
Octal252243274121503240120105
Binary10101010101000111011110010101101011010100000001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3BC; }

 p { color: rgb(170,163,188); }

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

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

 a { background-color: rgb(170,163,188); }

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

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

 span { border-color: rgb(170,163,188); }

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