#AEAEBC

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

Shades of Spun Pearl #AEAEBC

Tints of Spun Pearl #AEAEBC

Color information

#AEAEBC (or 0xAEAEBC) is unknown color: approx Spun Pearl. HEX triplet: AE, AE and BC. RGB value is (174,174,188). Sum of RGB (Red+Green+Blue) = 174+174+188=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 188 - color contains mainly: blue. Hex color #AEAEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEBC is #515143. Grayscale: #AFAFAF. Windows color (decimal): -5329220 or 12365486. OLE color: 12365486.

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

Color convert

RGB174174188-
CMYK0.070.0700.26
HSL240º9.46%70.98%-
HSV(B)240º7.45%73.73%-
XYZ41.6742.953.66-
YUV175.6135126.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 188 (73.83% from 255) = 35.07%
R=32.46%
G=32.46%
B=35.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741741880.070.0700.262409.4670.98
HexAEAEBC7701Af0947
Octal2562562747703236011107
Binary1010111010101110101111001111110110101111000010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEBC; }

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

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

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

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

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

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

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

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