#AEA9BB

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

Shades of Spun Pearl #AEA9BB

Tints of Spun Pearl #AEA9BB

Color information

#AEA9BB (or 0xAEA9BB) is unknown color: approx Spun Pearl. HEX triplet: AE, A9 and BB. RGB value is (174,169,187). Sum of RGB (Red+Green+Blue) = 174+169+187=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEA9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA9BB is #515644. Grayscale: #ACACAC. Windows color (decimal): -5330501 or 12298670. OLE color: 12298670.

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

Color convert

RGB174169187-
CMYK0.070.1000.27
HSL256.67º11.69%69.8%-
HSV(B)256.67º9.63%73.33%-
XYZ40.6140.9652.78-
YUV172.55136.16129.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 169 (66.41% from 255) = 31.89%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=32.83%
G=31.89%
B=35.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741691870.070.1000.27256.6711.6969.8
HexAEA9BB7A01B101c46
Octal25625127371203340114106
Binary101011101010100110111011111101001101110000000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA9BB; }

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

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

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

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

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

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

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

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