#AEABB6

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

Shades of Spun Pearl #AEABB6

Tints of Spun Pearl #AEABB6

Color information

#AEABB6 (or 0xAEABB6) is unknown color: approx Spun Pearl. HEX triplet: AE, AB and B6. RGB value is (174,171,182). Sum of RGB (Red+Green+Blue) = 174+171+182=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 182 - color contains mainly: blue. Hex color #AEABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABB6 is #515449. Grayscale: #ADADAD. Windows color (decimal): -5329994 or 11971502. OLE color: 11971502.

HSL color Cylindrical-coordinate representation of color #AEABB6: hue angle of 256.36º degrees, saturation: 0.07, 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 #AEABB6 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174171182-
CMYK0.040.0600.29
HSL256.36º7.01%69.22%-
HSV(B)256.36º6.04%71.37%-
XYZ40.4641.550.13-
YUV173.15132.99128.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 182 (71.48% from 255) = 34.54%
R=33.02%
G=32.45%
B=34.54%

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
Decimal1741711820.040.0600.29256.367.0169.22
HexAEABB64601D100745
Octal256253266460354007105
Binary1010111010101011101101101001100111011000000001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABB6; }

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

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

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

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

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

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

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

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