#AEAEB6

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

Shades of Spun Pearl #AEAEB6

Tints of Spun Pearl #AEAEB6

Color information

#AEAEB6 (or 0xAEAEB6) is unknown color: approx Spun Pearl. HEX triplet: AE, AE and B6. RGB value is (174,174,182). Sum of RGB (Red+Green+Blue) = 174+174+182=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 182 - color contains mainly: blue. Hex color #AEAEB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEB6 is #515149. Grayscale: #AEAEAE. Windows color (decimal): -5329226 or 11972270. OLE color: 11972270.

HSL color Cylindrical-coordinate representation of color #AEAEB6: 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 #AEAEB6 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174174182-
CMYK0.040.0400.29
HSL240º5.19%69.8%-
HSV(B)240º4.4%71.37%-
XYZ41.0442.6550.33-
YUV174.91132127.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 174 (68.36% from 255) = 32.83%
BLUE value IS 182 (71.48% from 255) = 34.34%
R=32.83%
G=32.83%
B=34.34%

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
Decimal1741741820.040.0400.292405.1969.8
HexAEAEB64401Df0546
Octal256256266440353605106
Binary101011101010111010110110100100011101111100001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEB6; }

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

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

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

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

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

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

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

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