#AEAEB3

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

Shades of Spun Pearl #AEAEB3

Tints of Spun Pearl #AEAEB3

Color information

#AEAEB3 (or 0xAEAEB3) is unknown color: approx Spun Pearl. HEX triplet: AE, AE and B3. RGB value is (174,174,179). Sum of RGB (Red+Green+Blue) = 174+174+179=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 179 - color contains mainly: blue. Hex color #AEAEB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEB3 is #51514C. Grayscale: #AEAEAE. Windows color (decimal): -5329229 or 11775662. OLE color: 11775662.

HSL color Cylindrical-coordinate representation of color #AEAEB3: 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.03%. Process color model (Four color, CMYK) of #AEAEB3 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB174174179-
CMYK0.030.0300.30
HSL240º3.18%69.22%-
HSV(B)240º2.79%70.2%-
XYZ40.7342.5348.71-
YUV174.57130.5127.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 179 (70.31% from 255) = 33.97%
R=33.02%
G=33.02%
B=33.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741741790.030.0300.302403.1869.22
HexAEAEB33301Ef0345
Octal256256263330363603105
Binary101011101010111010110011111101111011110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEB3; }

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

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

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

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

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

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

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

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