#AEAEB2

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

Shades of Spun Pearl #AEAEB2

Tints of Spun Pearl #AEAEB2

Color information

#AEAEB2 (or 0xAEAEB2) is unknown color: approx Spun Pearl. HEX triplet: AE, AE and B2. RGB value is (174,174,178). Sum of RGB (Red+Green+Blue) = 174+174+178=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 178 - color contains mainly: blue. Hex color #AEAEB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEB2 is #51514D. Grayscale: #AEAEAE. Windows color (decimal): -5329230 or 11710126. OLE color: 11710126.

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

Color convert

RGB174174178-
CMYK0.020.0200.30
HSL240º2.53%69.02%-
HSV(B)240º2.25%69.8%-
XYZ40.6342.4948.18-
YUV174.46130127.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.08%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 178 (69.92% from 255) = 33.84%
R=33.08%
G=33.08%
B=33.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741741780.020.0200.302402.5369.02
HexAEAEB22201Ef0345
Octal256256262220363603105
Binary101011101010111010110010101001111011110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEB2; }

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

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

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

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

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

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

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

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