#AAA7B6

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

Shades of Spun Pearl #AAA7B6

Tints of Spun Pearl #AAA7B6

Color information

#AAA7B6 (or 0xAAA7B6) is unknown color: approx Spun Pearl. HEX triplet: AA, A7 and B6. RGB value is (170,167,182). Sum of RGB (Red+Green+Blue) = 170+167+182=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 182 - color contains mainly: blue. Hex color #AAA7B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7B6 is #555849. Grayscale: #A9A9A9. Windows color (decimal): -5593162 or 11970474. OLE color: 11970474.

HSL color Cylindrical-coordinate representation of color #AAA7B6: hue angle of 252º 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 #AAA7B6 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170167182-
CMYK0.070.0800.29
HSL252º9.32%68.43%-
HSV(B)252º8.24%71.37%-
XYZ38.8439.5649.84-
YUV169.61134.99128.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 167 (65.62% from 255) = 32.18%
BLUE value IS 182 (71.48% from 255) = 35.07%
R=32.76%
G=32.18%
B=35.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701671820.070.0800.292529.3268.43
HexAAA7B67801Dfc944
Octal25224726671003537411104
Binary10101010101001111011011011110000111011111110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7B6; }

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

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

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

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

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

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

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

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