#AEACB7

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

Shades of Spun Pearl #AEACB7

Tints of Spun Pearl #AEACB7

Color information

#AEACB7 (or 0xAEACB7) is unknown color: approx Spun Pearl. HEX triplet: AE, AC and B7. RGB value is (174,172,183). Sum of RGB (Red+Green+Blue) = 174+172+183=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 183 - color contains mainly: blue. Hex color #AEACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACB7 is #515348. Grayscale: #ADADAD. Windows color (decimal): -5329737 or 12037294. OLE color: 12037294.

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

Color convert

RGB174172183-
CMYK0.050.0600.28
HSL250.91º7.1%69.61%-
HSV(B)250.91º6.01%71.76%-
XYZ40.7641.9250.74-
YUV173.85133.16128.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=32.89%
G=32.51%
B=34.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741721830.050.0600.28250.917.169.61
HexAEACB75601Cfb746
Octal256254267560343737106
Binary101011101010110010110111101110011100111110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACB7; }

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

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

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

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

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

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

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

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