#AEACB9

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

Shades of Spun Pearl #AEACB9

Tints of Spun Pearl #AEACB9

Color information

#AEACB9 (or 0xAEACB9) is unknown color: approx Spun Pearl. HEX triplet: AE, AC and B9. RGB value is (174,172,185). Sum of RGB (Red+Green+Blue) = 174+172+185=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 185 - color contains mainly: blue. Hex color #AEACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACB9 is #515346. Grayscale: #AEAEAE. Windows color (decimal): -5329735 or 12168366. OLE color: 12168366.

HSL color Cylindrical-coordinate representation of color #AEACB9: hue angle of 249.23º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEACB9 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174172185-
CMYK0.060.0700.27
HSL249.23º8.5%70%-
HSV(B)249.23º7.03%72.55%-
XYZ40.9742.0151.85-
YUV174.08134.16127.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 185 (72.66% from 255) = 34.84%
R=32.77%
G=32.39%
B=34.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741721850.060.0700.27249.238.570
HexAEACB96701Bf9846
Octal2562542716703337110106
Binary1010111010101100101110011101110110111111100110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACB9; }

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

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

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

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

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

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

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

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