#AAAAB1

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

Shades of Spun Pearl #AAAAB1

Tints of Spun Pearl #AAAAB1

Color information

#AAAAB1 (or 0xAAAAB1) is unknown color: approx Spun Pearl. HEX triplet: AA, AA and B1. RGB value is (170,170,177). Sum of RGB (Red+Green+Blue) = 170+170+177=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 177 - color contains mainly: blue. Hex color #AAAAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAAB1 is #55554E. Grayscale: #AAAAAA. Windows color (decimal): -5592399 or 11643562. OLE color: 11643562.

HSL color Cylindrical-coordinate representation of color #AAAAB1: 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.04%. Process color model (Four color, CMYK) of #AAAAB1 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170170177-
CMYK0.040.0400.31
HSL240º4.29%68.04%-
HSV(B)240º3.95%69.41%-
XYZ38.8940.4747.36-
YUV170.8131.5127.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 177 (69.53% from 255) = 34.24%
R=32.88%
G=32.88%
B=34.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701701770.040.0400.312404.2968.04
HexAAAAB14401Ff0444
Octal252252261440373604104
Binary101010101010101010110001100100011111111100001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAB1; }

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

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

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

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

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

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

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

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