#AEAEB5

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

Shades of Spun Pearl #AEAEB5

Tints of Spun Pearl #AEAEB5

Color information

#AEAEB5 (or 0xAEAEB5) is unknown color: approx Spun Pearl. HEX triplet: AE, AE and B5. RGB value is (174,174,181). Sum of RGB (Red+Green+Blue) = 174+174+181=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 181 - color contains mainly: blue. Hex color #AEAEB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEB5 is #51514A. Grayscale: #AEAEAE. Windows color (decimal): -5329227 or 11906734. OLE color: 11906734.

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

Color convert

RGB174174181-
CMYK0.040.0400.29
HSL240º4.52%69.61%-
HSV(B)240º3.87%70.98%-
XYZ40.9342.6149.78-
YUV174.8131.5127.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=32.89%
G=32.89%
B=34.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741741810.040.0400.292404.5269.61
HexAEAEB54401Df0546
Octal256256265440353605106
Binary101011101010111010110101100100011101111100001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEB5; }

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

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

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

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

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

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

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

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