#AEA7BA

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

Shades of Biloba Flower #AEA7BA

Tints of Biloba Flower #AEA7BA

Color information

#AEA7BA (or 0xAEA7BA) is unknown color: approx Biloba Flower. HEX triplet: AE, A7 and BA. RGB value is (174,167,186). Sum of RGB (Red+Green+Blue) = 174+167+186=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEA7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA7BA is #515845. Grayscale: #ABABAB. Windows color (decimal): -5331014 or 12232622. OLE color: 12232622.

HSL color Cylindrical-coordinate representation of color #AEA7BA: hue angle of 262.11º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEA7BA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174167186-
CMYK0.060.1000.27
HSL262.11º12.1%69.22%-
HSV(B)262.11º10.22%72.94%-
XYZ40.1440.1852.09-
YUV171.26136.32129.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 167 (65.62% from 255) = 31.69%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=33.02%
G=31.69%
B=35.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741671860.060.1000.27262.1112.169.22
HexAEA7BA6A01B106c45
Octal25624727261203340614105
Binary101011101010011110111010110101001101110000011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA7BA; }

 p { color: rgb(174,167,186); }

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

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

 a { background-color: rgb(174,167,186); }

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

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

 span { border-color: rgb(174,167,186); }

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