#AAA5BD

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

Shades of Spun Pearl #AAA5BD

Tints of Spun Pearl #AAA5BD

Color information

#AAA5BD (or 0xAAA5BD) is unknown color: approx Spun Pearl. HEX triplet: AA, A5 and BD. RGB value is (170,165,189). Sum of RGB (Red+Green+Blue) = 170+165+189=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAA5BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5BD is #555A42. Grayscale: #A9A9A9. Windows color (decimal): -5593667 or 12428714. OLE color: 12428714.

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

Color convert

RGB170165189-
CMYK0.100.1300.26
HSL252.5º15.38%69.41%-
HSV(B)252.5º12.7%74.12%-
XYZ39.2239.1353.63-
YUV169.23139.16128.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 165 (64.84% from 255) = 31.49%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=32.44%
G=31.49%
B=36.07%

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
Decimal1701651890.100.1300.26252.515.3869.41
HexAAA5BDAD01Afcf45
Octal252245275121503237417105
Binary101010101010010110111101101011010110101111110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5BD; }

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

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

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

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

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

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

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

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