#AAA4BB

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

Shades of Spun Pearl #AAA4BB

Tints of Spun Pearl #AAA4BB

Color information

#AAA4BB (or 0xAAA4BB) is unknown color: approx Spun Pearl. HEX triplet: AA, A4 and BB. RGB value is (170,164,187). Sum of RGB (Red+Green+Blue) = 170+164+187=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAA4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4BB is #555B44. Grayscale: #A8A8A8. Windows color (decimal): -5593925 or 12297386. OLE color: 12297386.

HSL color Cylindrical-coordinate representation of color #AAA4BB: hue angle of 255.65º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA4BB is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170164187-
CMYK0.090.1200.27
HSL255.65º14.47%68.82%-
HSV(B)255.65º12.3%73.33%-
XYZ38.8238.6852.43-
YUV168.42138.49129.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 164 (64.45% from 255) = 31.48%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=32.63%
G=31.48%
B=35.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701641870.090.1200.27255.6514.4768.82
HexAAA4BB9C01B100e45
Octal252244273111403340016105
Binary1010101010100100101110111001110001101110000000011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4BB; }

 p { color: rgb(170,164,187); }

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

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

 a { background-color: rgb(170,164,187); }

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

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

 span { border-color: rgb(170,164,187); }

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