#AAAAB5

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

Shades of Spun Pearl #AAAAB5

Tints of Spun Pearl #AAAAB5

Color information

#AAAAB5 (or 0xAAAAB5) is unknown color: approx Spun Pearl. HEX triplet: AA, AA and B5. RGB value is (170,170,181). Sum of RGB (Red+Green+Blue) = 170+170+181=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 181 - color contains mainly: blue. Hex color #AAAAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAAB5 is #55554A. Grayscale: #ABABAB. Windows color (decimal): -5592395 or 11905706. OLE color: 11905706.

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

Color convert

RGB170170181-
CMYK0.060.0600.29
HSL240º6.92%68.82%-
HSV(B)240º6.08%70.98%-
XYZ39.2940.6349.49-
YUV171.25133.5127.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 181 (71.09% from 255) = 34.74%
R=32.63%
G=32.63%
B=34.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701701810.060.0600.292406.9268.82
HexAAAAB56601Df0745
Octal252252265660353607105
Binary101010101010101010110101110110011101111100001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAB5; }

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

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

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

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

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

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

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

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