#AEACB6

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

Shades of Spun Pearl #AEACB6

Tints of Spun Pearl #AEACB6

Color information

#AEACB6 (or 0xAEACB6) is unknown color: approx Spun Pearl. HEX triplet: AE, AC and B6. RGB value is (174,172,182). Sum of RGB (Red+Green+Blue) = 174+172+182=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 182 - color contains mainly: blue. Hex color #AEACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACB6 is #515349. Grayscale: #ADADAD. Windows color (decimal): -5329738 or 11971758. OLE color: 11971758.

HSL color Cylindrical-coordinate representation of color #AEACB6: hue angle of 252º 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 #AEACB6 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174172182-
CMYK0.040.0500.29
HSL252º6.41%69.41%-
HSV(B)252º5.49%71.37%-
XYZ40.6541.8850.2-
YUV173.74132.66128.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=32.95%
G=32.58%
B=34.47%

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
Decimal1741721820.040.0500.292526.4169.41
HexAEACB64501Dfc645
Octal256254266450353746105
Binary101011101010110010110110100101011101111111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACB6; }

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

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

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

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

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

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

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

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