#AEABB3

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

Shades of Spun Pearl #AEABB3

Tints of Spun Pearl #AEABB3

Color information

#AEABB3 (or 0xAEABB3) is unknown color: approx Spun Pearl. HEX triplet: AE, AB and B3. RGB value is (174,171,179). Sum of RGB (Red+Green+Blue) = 174+171+179=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 179 - color contains mainly: blue. Hex color #AEABB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABB3 is #51544C. Grayscale: #ACACAC. Windows color (decimal): -5329997 or 11774894. OLE color: 11774894.

HSL color Cylindrical-coordinate representation of color #AEABB3: hue angle of 262.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AEABB3 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB174171179-
CMYK0.030.0400.30
HSL262.5º5%68.63%-
HSV(B)262.5º4.47%70.2%-
XYZ40.1641.3848.52-
YUV172.81131.49128.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 179 (70.31% from 255) = 34.16%
R=33.21%
G=32.63%
B=34.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741711790.030.0400.30262.5568.63
HexAEABB33401E106545
Octal256253263340364065105
Binary101011101010101110110011111000111101000001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABB3; }

 p { color: rgb(174,171,179); }

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

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

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

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

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

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

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