#AAA0BE

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

Shades of Biloba Flower #AAA0BE

Tints of Biloba Flower #AAA0BE

Color information

#AAA0BE (or 0xAAA0BE) is unknown color: approx Biloba Flower. HEX triplet: AA, A0 and BE. RGB value is (170,160,190). Sum of RGB (Red+Green+Blue) = 170+160+190=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAA0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0BE is #555F41. Grayscale: #A6A6A6. Windows color (decimal): -5594946 or 12492970. OLE color: 12492970.

HSL color Cylindrical-coordinate representation of color #AAA0BE: hue angle of 260º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAA0BE is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170160190-
CMYK0.110.1600.25
HSL260º18.75%68.63%-
HSV(B)260º15.79%74.51%-
XYZ38.4437.4153.91-
YUV166.41141.31130.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 160 (62.89% from 255) = 30.77%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=32.69%
G=30.77%
B=36.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701601900.110.1600.2526018.7568.63
HexAAA0BEB100191041345
Octal252240276132003140423105
Binary101010101010000010111110101110000011001100000100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0BE; }

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

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

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

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

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

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

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

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