#AAA0BA

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

Shades of Biloba Flower #AAA0BA

Tints of Biloba Flower #AAA0BA

Color information

#AAA0BA (or 0xAAA0BA) is unknown color: approx Biloba Flower. HEX triplet: AA, A0 and BA. RGB value is (170,160,186). Sum of RGB (Red+Green+Blue) = 170+160+186=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAA0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0BA is #555F45. Grayscale: #A5A5A5. Windows color (decimal): -5594950 or 12230826. OLE color: 12230826.

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

Color convert

RGB170160186-
CMYK0.090.1400.27
HSL263.08º15.85%67.84%-
HSV(B)263.08º13.98%72.94%-
XYZ38.0137.2351.64-
YUV165.95139.31130.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 160 (62.89% from 255) = 31.01%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=32.95%
G=31.01%
B=36.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701601860.090.1400.27263.0815.8567.84
HexAAA0BA9E01B1071044
Octal252240272111603340720104
Binary10101010101000001011101010011110011011100000111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0BA; }

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

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

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

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

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

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

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

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