#AEACB5

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

Shades of Spun Pearl #AEACB5

Tints of Spun Pearl #AEACB5

Color information

#AEACB5 (or 0xAEACB5) is unknown color: approx Spun Pearl. HEX triplet: AE, AC and B5. RGB value is (174,172,181). Sum of RGB (Red+Green+Blue) = 174+172+181=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 181 - color contains mainly: blue. Hex color #AEACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACB5 is #51534A. Grayscale: #ADADAD. Windows color (decimal): -5329739 or 11906222. OLE color: 11906222.

HSL color Cylindrical-coordinate representation of color #AEACB5: hue angle of 253.33º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AEACB5 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174172181-
CMYK0.040.0500.29
HSL253.33º5.73%69.22%-
HSV(B)253.33º4.97%70.98%-
XYZ40.5541.8449.65-
YUV173.62132.16128.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 172 (67.58% from 255) = 32.64%
BLUE value IS 181 (71.09% from 255) = 34.35%
R=33.02%
G=32.64%
B=34.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741721810.040.0500.29253.335.7369.22
HexAEACB54501Dfd645
Octal256254265450353756105
Binary101011101010110010110101100101011101111111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACB5; }

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

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

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

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

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

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

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

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