#AAA5B7

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

Shades of Spun Pearl #AAA5B7

Tints of Spun Pearl #AAA5B7

Color information

#AAA5B7 (or 0xAAA5B7) is unknown color: approx Spun Pearl. HEX triplet: AA, A5 and B7. RGB value is (170,165,183). Sum of RGB (Red+Green+Blue) = 170+165+183=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 183 - color contains mainly: blue. Hex color #AAA5B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5B7 is #555A48. Grayscale: #A8A8A8. Windows color (decimal): -5593673 or 12035498. OLE color: 12035498.

HSL color Cylindrical-coordinate representation of color #AAA5B7: hue angle of 256.67º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAA5B7 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB170165183-
CMYK0.070.1000.28
HSL256.67º11.11%68.24%-
HSV(B)256.67º9.84%71.76%-
XYZ38.5838.8850.27-
YUV168.55136.16129.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 165 (64.84% from 255) = 31.85%
BLUE value IS 183 (71.88% from 255) = 35.33%
R=32.82%
G=31.85%
B=35.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701651830.070.1000.28256.6711.1168.24
HexAAA5B77A01C101b44
Octal25224526771203440113104
Binary101010101010010110110111111101001110010000000110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5B7; }

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

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

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

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

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

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

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

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