#AAA5BC

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

Shades of Spun Pearl #AAA5BC

Tints of Spun Pearl #AAA5BC

Color information

#AAA5BC (or 0xAAA5BC) is unknown color: approx Spun Pearl. HEX triplet: AA, A5 and BC. RGB value is (170,165,188). Sum of RGB (Red+Green+Blue) = 170+165+188=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAA5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5BC is #555A43. Grayscale: #A9A9A9. Windows color (decimal): -5593668 or 12363178. OLE color: 12363178.

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

Color convert

RGB170165188-
CMYK0.100.1200.26
HSL253.04º14.65%69.22%-
HSV(B)253.04º12.23%73.73%-
XYZ39.1139.0953.06-
YUV169.12138.66128.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 165 (64.84% from 255) = 31.55%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=32.50%
G=31.55%
B=35.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701651880.100.1200.26253.0414.6569.22
HexAAA5BCAC01Afdf45
Octal252245274121403237517105
Binary101010101010010110111100101011000110101111110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5BC; }

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

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

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

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

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

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

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

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