#AAAAB0

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

Shades of Spun Pearl #AAAAB0

Tints of Spun Pearl #AAAAB0

Color information

#AAAAB0 (or 0xAAAAB0) is unknown color: approx Spun Pearl. HEX triplet: AA, AA and B0. RGB value is (170,170,176). Sum of RGB (Red+Green+Blue) = 170+170+176=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 176 - color contains mainly: blue. Hex color #AAAAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAAB0 is #55554F. Grayscale: #AAAAAA. Windows color (decimal): -5592400 or 11578026. OLE color: 11578026.

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

Color convert

RGB170170176-
CMYK0.030.0300.31
HSL240º3.66%67.84%-
HSV(B)240º3.41%69.02%-
XYZ38.7940.4346.83-
YUV170.68131127.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 176 (69.14% from 255) = 34.11%
R=32.95%
G=32.95%
B=34.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701701760.030.0300.312403.6667.84
HexAAAAB03301Ff0444
Octal252252260330373604104
Binary1010101010101010101100001111011111111100001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAB0; }

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

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

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

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

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

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

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

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