#AEABB5

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

Shades of Spun Pearl #AEABB5

Tints of Spun Pearl #AEABB5

Color information

#AEABB5 (or 0xAEABB5) is unknown color: approx Spun Pearl. HEX triplet: AE, AB and B5. RGB value is (174,171,181). Sum of RGB (Red+Green+Blue) = 174+171+181=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 181 - color contains mainly: blue. Hex color #AEABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABB5 is #51544A. Grayscale: #ADADAD. Windows color (decimal): -5329995 or 11905966. OLE color: 11905966.

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

Color convert

RGB174171181-
CMYK0.040.0600.29
HSL258º6.33%69.02%-
HSV(B)258º5.52%70.98%-
XYZ40.3641.4649.59-
YUV173.04132.49128.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.08%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 181 (71.09% from 255) = 34.41%
R=33.08%
G=32.51%
B=34.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741711810.040.0600.292586.3369.02
HexAEABB54601D102645
Octal256253265460354026105
Binary1010111010101011101101011001100111011000000101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABB5; }

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

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

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

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

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

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

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

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