#AAA8BD

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

Shades of Spun Pearl #AAA8BD

Tints of Spun Pearl #AAA8BD

Color information

#AAA8BD (or 0xAAA8BD) is unknown color: approx Spun Pearl. HEX triplet: AA, A8 and BD. RGB value is (170,168,189). Sum of RGB (Red+Green+Blue) = 170+168+189=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAA8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8BD is #555742. Grayscale: #AAAAAA. Windows color (decimal): -5592899 or 12429482. OLE color: 12429482.

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

Color convert

RGB170168189-
CMYK0.100.1100.26
HSL245.71º13.73%70%-
HSV(B)245.71º11.11%74.12%-
XYZ39.7740.2353.81-
YUV170.99138.16127.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 168 (66.02% from 255) = 31.88%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=32.26%
G=31.88%
B=35.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701681890.100.1100.26245.7113.7370
HexAAA8BDAB01Af6e46
Octal252250275121303236616106
Binary101010101010100010111101101010110110101111011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8BD; }

 p { color: rgb(170,168,189); }

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

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

 a { background-color: rgb(170,168,189); }

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

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

 span { border-color: rgb(170,168,189); }

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