#AEACB3

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

Shades of Spun Pearl #AEACB3

Tints of Spun Pearl #AEACB3

Color information

#AEACB3 (or 0xAEACB3) is unknown color: approx Spun Pearl. HEX triplet: AE, AC and B3. RGB value is (174,172,179). Sum of RGB (Red+Green+Blue) = 174+172+179=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 179 - color contains mainly: blue. Hex color #AEACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACB3 is #51534C. Grayscale: #ADADAD. Windows color (decimal): -5329741 or 11775150. OLE color: 11775150.

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

Color convert

RGB174172179-
CMYK0.030.0400.30
HSL257.14º4.4%68.82%-
HSV(B)257.14º3.91%70.2%-
XYZ40.3441.7648.58-
YUV173.4131.16128.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 179 (70.31% from 255) = 34.10%
R=33.14%
G=32.76%
B=34.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741721790.030.0400.30257.144.468.82
HexAEACB33401E101445
Octal256254263340364014105
Binary101011101010110010110011111000111101000000011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACB3; }

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

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

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

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

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

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

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

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