#AEAEB7

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

Shades of Spun Pearl #AEAEB7

Tints of Spun Pearl #AEAEB7

Color information

#AEAEB7 (or 0xAEAEB7) is unknown color: approx Spun Pearl. HEX triplet: AE, AE and B7. RGB value is (174,174,183). Sum of RGB (Red+Green+Blue) = 174+174+183=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 183 - color contains mainly: blue. Hex color #AEAEB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEB7 is #515148. Grayscale: #AEAEAE. Windows color (decimal): -5329225 or 12037806. OLE color: 12037806.

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

Color convert

RGB174174183-
CMYK0.050.0500.28
HSL240º5.88%70%-
HSV(B)240º4.92%71.76%-
XYZ41.1442.6950.87-
YUV175.03132.5127.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 183 (71.88% from 255) = 34.46%
R=32.77%
G=32.77%
B=34.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741741830.050.0500.282405.8870
HexAEAEB75501Cf0646
Octal256256267550343606106
Binary101011101010111010110111101101011100111100001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEB7; }

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

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

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

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

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

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

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

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