#AEAAB8

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

Shades of Spun Pearl #AEAAB8

Tints of Spun Pearl #AEAAB8

Color information

#AEAAB8 (or 0xAEAAB8) is unknown color: approx Spun Pearl. HEX triplet: AE, AA and B8. RGB value is (174,170,184). Sum of RGB (Red+Green+Blue) = 174+170+184=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 184 - color contains mainly: blue. Hex color #AEAAB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAB8 is #515547. Grayscale: #ACACAC. Windows color (decimal): -5330248 or 12102318. OLE color: 12102318.

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

Color convert

RGB174170184-
CMYK0.050.0800.28
HSL257.14º8.97%69.41%-
HSV(B)257.14º7.61%72.16%-
XYZ40.4841.2151.17-
YUV172.79134.33128.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 184 (72.27% from 255) = 34.85%
R=32.95%
G=32.20%
B=34.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741701840.050.0800.28257.148.9769.41
HexAEAAB85801C101945
Octal25625227051003440111105
Binary101011101010101010111000101100001110010000000110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAB8; }

 p { color: rgb(174,170,184); }

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

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

 a { background-color: rgb(174,170,184); }

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

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

 span { border-color: rgb(174,170,184); }

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