#AAA7BD

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

Shades of Spun Pearl #AAA7BD

Tints of Spun Pearl #AAA7BD

Color information

#AAA7BD (or 0xAAA7BD) is unknown color: approx Spun Pearl. HEX triplet: AA, A7 and BD. RGB value is (170,167,189). Sum of RGB (Red+Green+Blue) = 170+167+189=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAA7BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7BD is #555842. Grayscale: #AAAAAA. Windows color (decimal): -5593155 or 12429226. OLE color: 12429226.

HSL color Cylindrical-coordinate representation of color #AAA7BD: hue angle of 248.18º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA7BD is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170167189-
CMYK0.100.1200.26
HSL248.18º14.29%69.8%-
HSV(B)248.18º11.64%74.12%-
XYZ39.5839.8653.75-
YUV170.4138.49127.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 167 (65.62% from 255) = 31.75%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=32.32%
G=31.75%
B=35.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701671890.100.1200.26248.1814.2969.8
HexAAA7BDAC01Af8e46
Octal252247275121403237016106
Binary101010101010011110111101101011000110101111100011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7BD; }

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

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

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

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

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

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

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

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