#AEA8BA

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

Shades of Biloba Flower #AEA8BA

Tints of Biloba Flower #AEA8BA

Color information

#AEA8BA (or 0xAEA8BA) is unknown color: approx Biloba Flower. HEX triplet: AE, A8 and BA. RGB value is (174,168,186). Sum of RGB (Red+Green+Blue) = 174+168+186=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEA8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8BA is #515745. Grayscale: #ABABAB. Windows color (decimal): -5330758 or 12232878. OLE color: 12232878.

HSL color Cylindrical-coordinate representation of color #AEA8BA: hue angle of 260º 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 #AEA8BA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174168186-
CMYK0.060.1000.27
HSL260º11.54%69.41%-
HSV(B)260º9.68%72.94%-
XYZ40.3240.5552.16-
YUV171.85135.99129.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 168 (66.02% from 255) = 31.82%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=32.95%
G=31.82%
B=35.23%

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
Decimal1741681860.060.1000.2726011.5469.41
HexAEA8BA6A01B104c45
Octal25625027261203340414105
Binary101011101010100010111010110101001101110000010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA8BA; }

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

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

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

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

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

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

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

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