#AAAAB9

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

Shades of Spun Pearl #AAAAB9

Tints of Spun Pearl #AAAAB9

Color information

#AAAAB9 (or 0xAAAAB9) is unknown color: approx Spun Pearl. HEX triplet: AA, AA and B9. RGB value is (170,170,185). Sum of RGB (Red+Green+Blue) = 170+170+185=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 185 - color contains mainly: blue. Hex color #AAAAB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAAB9 is #555546. Grayscale: #ABABAB. Windows color (decimal): -5592391 or 12167850. OLE color: 12167850.

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

Color convert

RGB170170185-
CMYK0.080.0800.27
HSL240º9.68%69.61%-
HSV(B)240º8.11%72.55%-
XYZ39.7140.851.68-
YUV171.71135.5126.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 185 (72.66% from 255) = 35.24%
R=32.38%
G=32.38%
B=35.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701701850.080.0800.272409.6869.61
HexAAAAB98801Bf0a46
Octal252252271101003336012106
Binary101010101010101010111001100010000110111111000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAB9; }

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

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

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

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

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

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

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

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