#AAA6BC

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

Shades of Spun Pearl #AAA6BC

Tints of Spun Pearl #AAA6BC

Color information

#AAA6BC (or 0xAAA6BC) is unknown color: approx Spun Pearl. HEX triplet: AA, A6 and BC. RGB value is (170,166,188). Sum of RGB (Red+Green+Blue) = 170+166+188=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAA6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6BC is #555943. Grayscale: #A9A9A9. Windows color (decimal): -5593412 or 12363434. OLE color: 12363434.

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

Color convert

RGB170166188-
CMYK0.100.1200.26
HSL250.91º14.1%69.41%-
HSV(B)250.91º11.7%73.73%-
XYZ39.2939.4553.12-
YUV169.7138.33128.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 166 (65.23% from 255) = 31.68%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=32.44%
G=31.68%
B=35.88%

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
Decimal1701661880.100.1200.26250.9114.169.41
HexAAA6BCAC01Afbe45
Octal252246274121403237316105
Binary101010101010011010111100101011000110101111101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6BC; }

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

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

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

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

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

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

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

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