#AEAABA

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

Shades of Spun Pearl #AEAABA

Tints of Spun Pearl #AEAABA

Color information

#AEAABA (or 0xAEAABA) is unknown color: approx Spun Pearl. HEX triplet: AE, AA and BA. RGB value is (174,170,186). Sum of RGB (Red+Green+Blue) = 174+170+186=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEAABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAABA is #515545. Grayscale: #ACACAC. Windows color (decimal): -5330246 or 12233390. OLE color: 12233390.

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

Color convert

RGB174170186-
CMYK0.060.0900.27
HSL255º10.39%69.8%-
HSV(B)255º8.6%72.94%-
XYZ40.6941.2952.28-
YUV173.02135.33128.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=32.83%
G=32.08%
B=35.09%

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
Decimal1741701860.060.0900.2725510.3969.8
HexAEAABA6901Bffa46
Octal25625227261103337712106
Binary10101110101010101011101011010010110111111111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAABA; }

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

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

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

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

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

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

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

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