#AAA4BC

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

Shades of Spun Pearl #AAA4BC

Tints of Spun Pearl #AAA4BC

Color information

#AAA4BC (or 0xAAA4BC) is unknown color: approx Spun Pearl. HEX triplet: AA, A4 and BC. RGB value is (170,164,188). Sum of RGB (Red+Green+Blue) = 170+164+188=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAA4BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4BC is #555B43. Grayscale: #A8A8A8. Windows color (decimal): -5593924 or 12362922. OLE color: 12362922.

HSL color Cylindrical-coordinate representation of color #AAA4BC: hue angle of 255º degrees, saturation: 0.15, 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 #AAA4BC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170164188-
CMYK0.100.1300.26
HSL255º15.19%69.02%-
HSV(B)255º12.77%73.73%-
XYZ38.9338.7353-
YUV168.53138.99129.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 164 (64.45% from 255) = 31.42%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=32.57%
G=31.42%
B=36.02%

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
Decimal1701641880.100.1300.2625515.1969.02
HexAAA4BCAD01Afff45
Octal252244274121503237717105
Binary101010101010010010111100101011010110101111111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4BC; }

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

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

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

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

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

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

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

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