#AEAEB9

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

Shades of Spun Pearl #AEAEB9

Tints of Spun Pearl #AEAEB9

Color information

#AEAEB9 (or 0xAEAEB9) is unknown color: approx Spun Pearl. HEX triplet: AE, AE and B9. RGB value is (174,174,185). Sum of RGB (Red+Green+Blue) = 174+174+185=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 185 - color contains mainly: blue. Hex color #AEAEB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEB9 is #515146. Grayscale: #AFAFAF. Windows color (decimal): -5329223 or 12168878. OLE color: 12168878.

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

Color convert

RGB174174185-
CMYK0.060.0600.27
HSL240º7.28%70.39%-
HSV(B)240º5.95%72.55%-
XYZ41.3542.7751.98-
YUV175.25133.5127.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=32.65%
G=32.65%
B=34.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741741850.060.0600.272407.2870.39
HexAEAEB96601Bf0746
Octal256256271660333607106
Binary101011101010111010111001110110011011111100001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEB9; }

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

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

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

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

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

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

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

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