#AEA9BA

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

Shades of Spun Pearl #AEA9BA

Tints of Spun Pearl #AEA9BA

Color information

#AEA9BA (or 0xAEA9BA) is unknown color: approx Spun Pearl. HEX triplet: AE, A9 and BA. RGB value is (174,169,186). Sum of RGB (Red+Green+Blue) = 174+169+186=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEA9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA9BA is #515645. Grayscale: #ACACAC. Windows color (decimal): -5330502 or 12233134. OLE color: 12233134.

HSL color Cylindrical-coordinate representation of color #AEA9BA: hue angle of 257.65º 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 #AEA9BA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174169186-
CMYK0.060.0900.27
HSL257.65º10.97%69.61%-
HSV(B)257.65º9.14%72.94%-
XYZ40.5140.9252.22-
YUV172.43135.66129.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=32.89%
G=31.95%
B=35.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741691860.060.0900.27257.6510.9769.61
HexAEA9BA6901B102b46
Octal25625127261103340213106
Binary101011101010100110111010110100101101110000001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA9BA; }

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

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

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

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

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

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

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

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