#AEA0BF

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

Shades of Biloba Flower #AEA0BF

Tints of Biloba Flower #AEA0BF

Color information

#AEA0BF (or 0xAEA0BF) is unknown color: approx Biloba Flower. HEX triplet: AE, A0 and BF. RGB value is (174,160,191). Sum of RGB (Red+Green+Blue) = 174+160+191=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #AEA0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0BF is #515F40. Grayscale: #A7A7A7. Windows color (decimal): -5332801 or 12558510. OLE color: 12558510.

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

Color convert

RGB174160191-
CMYK0.090.1600.25
HSL267.1º19.5%68.82%-
HSV(B)267.1º16.23%74.9%-
XYZ39.4337.954.53-
YUV167.72141.14132.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 160 (62.89% from 255) = 30.48%
BLUE value IS 191 (75% from 255) = 36.38%
R=33.14%
G=30.48%
B=36.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741601910.090.1600.25267.119.568.82
HexAEA0BF91001910b1345
Octal256240277112003141323105
Binary101011101010000010111111100110000011001100001011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0BF; }

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

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

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

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

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

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

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

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