#AAAAAE

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

Shades of Spun Pearl #AAAAAE

Tints of Spun Pearl #AAAAAE

Color information

#AAAAAE (or 0xAAAAAE) is unknown color: approx Spun Pearl. HEX triplet: AA, AA and AE. RGB value is (170,170,174). Sum of RGB (Red+Green+Blue) = 170+170+174=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 174 - color contains mainly: blue. Hex color #AAAAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAAAE is #555551. Grayscale: #AAAAAA. Windows color (decimal): -5592402 or 11446954. OLE color: 11446954.

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

Color convert

RGB170170174-
CMYK0.020.0200.32
HSL240º2.41%67.45%-
HSV(B)240º2.3%68.24%-
XYZ38.5940.3545.8-
YUV170.46130127.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 170 (66.80% from 255) = 33.07%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=33.07%
G=33.07%
B=33.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701701740.020.0200.322402.4167.45
HexAAAAAE22020f0243
Octal252252256220403602103
Binary1010101010101010101011101010010000011110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAAE; }

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

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

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

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

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

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

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

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