#AAA5B9

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

Shades of Spun Pearl #AAA5B9

Tints of Spun Pearl #AAA5B9

Color information

#AAA5B9 (or 0xAAA5B9) is unknown color: approx Spun Pearl. HEX triplet: AA, A5 and B9. RGB value is (170,165,185). Sum of RGB (Red+Green+Blue) = 170+165+185=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 185 - color contains mainly: blue. Hex color #AAA5B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5B9 is #555A46. Grayscale: #A8A8A8. Windows color (decimal): -5593671 or 12166570. OLE color: 12166570.

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

Color convert

RGB170165185-
CMYK0.080.1100.27
HSL255º12.5%68.63%-
HSV(B)255º10.81%72.55%-
XYZ38.7938.9651.37-
YUV168.78137.16128.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 165 (64.84% from 255) = 31.73%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=32.69%
G=31.73%
B=35.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701651850.080.1100.2725512.568.63
HexAAA5B98B01Bffc45
Octal252245271101303337714105
Binary101010101010010110111001100010110110111111111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5B9; }

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

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

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

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

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

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

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

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