#AAA3BD

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

Shades of Spun Pearl #AAA3BD

Tints of Spun Pearl #AAA3BD

Color information

#AAA3BD (or 0xAAA3BD) is unknown color: approx Spun Pearl. HEX triplet: AA, A3 and BD. RGB value is (170,163,189). Sum of RGB (Red+Green+Blue) = 170+163+189=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAA3BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3BD is #555C42. Grayscale: #A7A7A7. Windows color (decimal): -5594179 or 12428202. OLE color: 12428202.

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

Color convert

RGB170163189-
CMYK0.100.1400.26
HSL256.15º16.46%69.02%-
HSV(B)256.15º13.76%74.12%-
XYZ38.8638.4153.51-
YUV168.06139.82129.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 163 (64.06% from 255) = 31.23%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=32.57%
G=31.23%
B=36.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701631890.100.1400.26256.1516.4669.02
HexAAA3BDAE01A1001045
Octal252243275121603240020105
Binary10101010101000111011110110101110011010100000000100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3BD; }

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

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

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

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

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

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

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

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