#AEAEB0

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

Shades of Spun Pearl #AEAEB0

Tints of Spun Pearl #AEAEB0

Color information

#AEAEB0 (or 0xAEAEB0) is unknown color: approx Spun Pearl. HEX triplet: AE, AE and B0. RGB value is (174,174,176). Sum of RGB (Red+Green+Blue) = 174+174+176=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 176 - color contains mainly: blue. Hex color #AEAEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEB0 is #51514F. Grayscale: #AEAEAE. Windows color (decimal): -5329232 or 11579054. OLE color: 11579054.

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

Color convert

RGB174174176-
CMYK0.010.0100.31
HSL240º1.25%68.63%-
HSV(B)240º1.14%69.02%-
XYZ40.4342.4147.13-
YUV174.23129127.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 176 (69.14% from 255) = 33.59%
R=33.21%
G=33.21%
B=33.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741741760.010.0100.312401.2568.63
HexAEAEB01101Ff0145
Octal256256260110373601105
Binary101011101010111010110000110111111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEB0; }

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

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

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

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

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

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

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

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