#AAA5BA

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

Shades of Spun Pearl #AAA5BA

Tints of Spun Pearl #AAA5BA

Color information

#AAA5BA (or 0xAAA5BA) is unknown color: approx Spun Pearl. HEX triplet: AA, A5 and BA. RGB value is (170,165,186). Sum of RGB (Red+Green+Blue) = 170+165+186=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAA5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5BA is #555A45. Grayscale: #A8A8A8. Windows color (decimal): -5593670 or 12232106. OLE color: 12232106.

HSL color Cylindrical-coordinate representation of color #AAA5BA: hue angle of 254.29º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAA5BA is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170165186-
CMYK0.090.1100.27
HSL254.29º13.21%68.82%-
HSV(B)254.29º11.29%72.94%-
XYZ38.93951.93-
YUV168.89137.66128.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 165 (64.84% from 255) = 31.67%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=32.63%
G=31.67%
B=35.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701651860.090.1100.27254.2913.2168.82
HexAAA5BA9B01Bfed45
Octal252245272111303337615105
Binary101010101010010110111010100110110110111111111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5BA; }

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

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

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

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

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

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

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

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