#AAA7B5

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

Shades of Spun Pearl #AAA7B5

Tints of Spun Pearl #AAA7B5

Color information

#AAA7B5 (or 0xAAA7B5) is unknown color: approx Spun Pearl. HEX triplet: AA, A7 and B5. RGB value is (170,167,181). Sum of RGB (Red+Green+Blue) = 170+167+181=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 181 - color contains mainly: blue. Hex color #AAA7B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7B5 is #55584A. Grayscale: #A9A9A9. Windows color (decimal): -5593163 or 11904938. OLE color: 11904938.

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

Color convert

RGB170167181-
CMYK0.060.0800.29
HSL252.86º8.64%68.24%-
HSV(B)252.86º7.73%70.98%-
XYZ38.7439.5249.3-
YUV169.49134.49128.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 167 (65.62% from 255) = 32.24%
BLUE value IS 181 (71.09% from 255) = 34.94%
R=32.82%
G=32.24%
B=34.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701671810.060.0800.29252.868.6468.24
HexAAA7B56801Dfd944
Octal25224726561003537511104
Binary10101010101001111011010111010000111011111110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7B5; }

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

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

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

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

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

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

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

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