#AEAEBB

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

Shades of Spun Pearl #AEAEBB

Tints of Spun Pearl #AEAEBB

Color information

#AEAEBB (or 0xAEAEBB) is unknown color: approx Spun Pearl. HEX triplet: AE, AE and BB. RGB value is (174,174,187). Sum of RGB (Red+Green+Blue) = 174+174+187=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEBB is #515144. Grayscale: #AFAFAF. Windows color (decimal): -5329221 or 12299950. OLE color: 12299950.

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

Color convert

RGB174174187-
CMYK0.070.0700.27
HSL240º8.72%70.78%-
HSV(B)240º6.95%73.33%-
XYZ41.5642.8653.1-
YUV175.48134.5126.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=32.52%
G=32.52%
B=34.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741741870.070.0700.272408.7270.78
HexAEAEBB7701Bf0947
Octal2562562737703336011107
Binary1010111010101110101110111111110110111111000010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEBB; }

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

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

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

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

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

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

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

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