#AAA4BD

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

Shades of Spun Pearl #AAA4BD

Tints of Spun Pearl #AAA4BD

Color information

#AAA4BD (or 0xAAA4BD) is unknown color: approx Spun Pearl. HEX triplet: AA, A4 and BD. RGB value is (170,164,189). Sum of RGB (Red+Green+Blue) = 170+164+189=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAA4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4BD is #555B42. Grayscale: #A8A8A8. Windows color (decimal): -5593923 or 12428458. OLE color: 12428458.

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

Color convert

RGB170164189-
CMYK0.100.1300.26
HSL254.4º15.92%69.22%-
HSV(B)254.4º13.23%74.12%-
XYZ39.0438.7753.57-
YUV168.64139.49128.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 164 (64.45% from 255) = 31.36%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=32.50%
G=31.36%
B=36.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701641890.100.1300.26254.415.9269.22
HexAAA4BDAD01Afe1045
Octal252244275121503237620105
Binary1010101010100100101111011010110101101011111110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4BD; }

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

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

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

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

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

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

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

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