#AAA0BB

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

Shades of Biloba Flower #AAA0BB

Tints of Biloba Flower #AAA0BB

Color information

#AAA0BB (or 0xAAA0BB) is unknown color: approx Biloba Flower. HEX triplet: AA, A0 and BB. RGB value is (170,160,187). Sum of RGB (Red+Green+Blue) = 170+160+187=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAA0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0BB is #555F44. Grayscale: #A5A5A5. Windows color (decimal): -5594949 or 12296362. OLE color: 12296362.

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

Color convert

RGB170160187-
CMYK0.090.1400.27
HSL262.22º16.56%68.04%-
HSV(B)262.22º14.44%73.33%-
XYZ38.1237.2852.2-
YUV166.07139.81130.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=32.88%
G=30.95%
B=36.17%

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
Decimal1701601870.090.1400.27262.2216.5668.04
HexAAA0BB9E01B1061144
Octal252240273111603340621104
Binary10101010101000001011101110011110011011100000110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0BB; }

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

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

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

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

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

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

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

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