#AAA1BA

Color #AAA1BA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AAA1BA

Tints of Biloba Flower #AAA1BA

Color information

#AAA1BA (or 0xAAA1BA) is unknown color: approx Biloba Flower. HEX triplet: AA, A1 and BA. RGB value is (170,161,186). Sum of RGB (Red+Green+Blue) = 170+161+186=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAA1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1BA is #555E45. Grayscale: #A6A6A6. Windows color (decimal): -5594694 or 12231082. OLE color: 12231082.

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

Color convert

RGB170161186-
CMYK0.090.1300.27
HSL261.6º15.34%68.04%-
HSV(B)261.6º13.44%72.94%-
XYZ38.1937.5851.7-
YUV166.54138.98130.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 161 (63.28% from 255) = 31.14%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=32.88%
G=31.14%
B=35.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701611860.090.1300.27261.615.3468.04
HexAAA1BA9D01B106f44
Octal252241272111503340617104
Binary1010101010100001101110101001110101101110000011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA1BA; }

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

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

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

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

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

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

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

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