#AEAEB4

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

Shades of Spun Pearl #AEAEB4

Tints of Spun Pearl #AEAEB4

Color information

#AEAEB4 (or 0xAEAEB4) is unknown color: approx Spun Pearl. HEX triplet: AE, AE and B4. RGB value is (174,174,180). Sum of RGB (Red+Green+Blue) = 174+174+180=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 180 - color contains mainly: blue. Hex color #AEAEB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEB4 is #51514B. Grayscale: #AEAEAE. Windows color (decimal): -5329228 or 11841198. OLE color: 11841198.

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

Color convert

RGB174174180-
CMYK0.030.0300.29
HSL240º3.85%69.41%-
HSV(B)240º3.33%70.59%-
XYZ40.8342.5749.24-
YUV174.68131127.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=32.95%
G=32.95%
B=34.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741741800.030.0300.292403.8569.41
HexAEAEB43301Df0445
Octal256256264330353604105
Binary1010111010101110101101001111011101111100001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEB4; }

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

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

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

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

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

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

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

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