#AAA0BF

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

Shades of Biloba Flower #AAA0BF

Tints of Biloba Flower #AAA0BF

Color information

#AAA0BF (or 0xAAA0BF) is unknown color: approx Biloba Flower. HEX triplet: AA, A0 and BF. RGB value is (170,160,191). Sum of RGB (Red+Green+Blue) = 170+160+191=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAA0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0BF is #555F40. Grayscale: #A6A6A6. Windows color (decimal): -5594945 or 12558506. OLE color: 12558506.

HSL color Cylindrical-coordinate representation of color #AAA0BF: hue angle of 259.35º 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 #AAA0BF is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170160191-
CMYK0.110.1600.25
HSL259.35º19.5%68.82%-
HSV(B)259.35º16.23%74.9%-
XYZ38.5537.4554.49-
YUV166.52141.81130.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 160 (62.89% from 255) = 30.71%
BLUE value IS 191 (75% from 255) = 36.66%
R=32.63%
G=30.71%
B=36.66%

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
Decimal1701601910.110.1600.25259.3519.568.82
HexAAA0BFB100191031345
Octal252240277132003140323105
Binary101010101010000010111111101110000011001100000011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0BF; }

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

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

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

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

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

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

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

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