#AAAABA

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

Shades of Spun Pearl #AAAABA

Tints of Spun Pearl #AAAABA

Color information

#AAAABA (or 0xAAAABA) is unknown color: approx Spun Pearl. HEX triplet: AA, AA and BA. RGB value is (170,170,186). Sum of RGB (Red+Green+Blue) = 170+170+186=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAAABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAABA is #555545. Grayscale: #ABABAB. Windows color (decimal): -5592390 or 12233386. OLE color: 12233386.

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

Color convert

RGB170170186-
CMYK0.090.0900.27
HSL240º10.39%69.8%-
HSV(B)240º8.6%72.94%-
XYZ39.8240.8452.24-
YUV171.82136126.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=32.32%
G=32.32%
B=35.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701701860.090.0900.2724010.3969.8
HexAAAABA9901Bf0a46
Octal252252272111103336012106
Binary101010101010101010111010100110010110111111000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAABA; }

 p { color: rgb(170,170,186); }

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

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

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

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

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

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

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