#AEAEB1

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

Shades of Spun Pearl #AEAEB1

Tints of Spun Pearl #AEAEB1

Color information

#AEAEB1 (or 0xAEAEB1) is unknown color: approx Spun Pearl. HEX triplet: AE, AE and B1. RGB value is (174,174,177). Sum of RGB (Red+Green+Blue) = 174+174+177=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 177 - color contains mainly: blue. Hex color #AEAEB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEB1 is #51514E. Grayscale: #AEAEAE. Windows color (decimal): -5329231 or 11644590. OLE color: 11644590.

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

Color convert

RGB174174177-
CMYK0.020.0200.31
HSL240º1.89%68.82%-
HSV(B)240º1.69%69.41%-
XYZ40.5342.4547.65-
YUV174.34129.5127.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 177 (69.53% from 255) = 33.71%
R=33.14%
G=33.14%
B=33.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741741770.020.0200.312401.8968.82
HexAEAEB12201Ff0245
Octal256256261220373602105
Binary101011101010111010110001101001111111110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEB1; }

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

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

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

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

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

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

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

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