#A9A0BA

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

Shades of Biloba Flower #A9A0BA

Tints of Biloba Flower #A9A0BA

Color information

#A9A0BA (or 0xA9A0BA) is unknown color: approx Biloba Flower. HEX triplet: A9, A0 and BA. RGB value is (169,160,186). Sum of RGB (Red+Green+Blue) = 169+160+186=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #A9A0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A0BA is #565F45. Grayscale: #A5A5A5. Windows color (decimal): -5660486 or 12230825. OLE color: 12230825.

HSL color Cylindrical-coordinate representation of color #A9A0BA: hue angle of 260.77º 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 #A9A0BA is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169160186-
CMYK0.090.1400.27
HSL260.77º15.85%67.84%-
HSV(B)260.77º13.98%72.94%-
XYZ37.837.1251.63-
YUV165.66139.48130.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=32.82%
G=31.07%
B=36.12%

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
Decimal1691601860.090.1400.27260.7715.8567.84
HexA9A0BA9E01B1051044
Octal251240272111603340520104
Binary10101001101000001011101010011110011011100000101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A0BA; }

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

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

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

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

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

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

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

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