#AEAEBA

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

Shades of Spun Pearl #AEAEBA

Tints of Spun Pearl #AEAEBA

Color information

#AEAEBA (or 0xAEAEBA) is unknown color: approx Spun Pearl. HEX triplet: AE, AE and BA. RGB value is (174,174,186). Sum of RGB (Red+Green+Blue) = 174+174+186=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEAEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEBA is #515145. Grayscale: #AFAFAF. Windows color (decimal): -5329222 or 12234414. OLE color: 12234414.

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

Color convert

RGB174174186-
CMYK0.060.0600.27
HSL240º8%70.59%-
HSV(B)240º6.45%72.94%-
XYZ41.4542.8252.53-
YUV175.37134127.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=32.58%
G=32.58%
B=34.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741741860.060.0600.27240870.59
HexAEAEBA6601Bf0847
Octal2562562726603336010107
Binary1010111010101110101110101101100110111111000010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEBA; }

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

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

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

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

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

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

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

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