#AAA9BA

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

Shades of Spun Pearl #AAA9BA

Tints of Spun Pearl #AAA9BA

Color information

#AAA9BA (or 0xAAA9BA) is unknown color: approx Spun Pearl. HEX triplet: AA, A9 and BA. RGB value is (170,169,186). Sum of RGB (Red+Green+Blue) = 170+169+186=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAA9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9BA is #555645. Grayscale: #ABABAB. Windows color (decimal): -5592646 or 12233130. OLE color: 12233130.

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

Color convert

RGB170169186-
CMYK0.090.0900.27
HSL243.53º10.97%69.61%-
HSV(B)243.53º9.14%72.94%-
XYZ39.6340.4752.18-
YUV171.24136.33127.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 169 (66.41% from 255) = 32.19%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=32.38%
G=32.19%
B=35.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701691860.090.0900.27243.5310.9769.61
HexAAA9BA9901Bf4b46
Octal252251272111103336413106
Binary101010101010100110111010100110010110111111010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9BA; }

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

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

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

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

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

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

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

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