#AAA6BD

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

Shades of Spun Pearl #AAA6BD

Tints of Spun Pearl #AAA6BD

Color information

#AAA6BD (or 0xAAA6BD) is unknown color: approx Spun Pearl. HEX triplet: AA, A6 and BD. RGB value is (170,166,189). Sum of RGB (Red+Green+Blue) = 170+166+189=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAA6BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6BD is #555942. Grayscale: #A9A9A9. Windows color (decimal): -5593411 or 12428970. OLE color: 12428970.

HSL color Cylindrical-coordinate representation of color #AAA6BD: hue angle of 250.43º degrees, saturation: 0.15, 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 #AAA6BD is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170166189-
CMYK0.100.1200.26
HSL250.43º14.84%69.61%-
HSV(B)250.43º12.17%74.12%-
XYZ39.439.4953.69-
YUV169.82138.83128.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 166 (65.23% from 255) = 31.62%
BLUE value IS 189 (74.22% from 255) = 36%
R=32.38%
G=31.62%
B=36%

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
Decimal1701661890.100.1200.26250.4314.8469.61
HexAAA6BDAC01Afaf46
Octal252246275121403237217106
Binary101010101010011010111101101011000110101111101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6BD; }

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

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

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

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

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

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

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

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