#AEA6BA

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

Shades of Biloba Flower #AEA6BA

Tints of Biloba Flower #AEA6BA

Color information

#AEA6BA (or 0xAEA6BA) is unknown color: approx Biloba Flower. HEX triplet: AE, A6 and BA. RGB value is (174,166,186). Sum of RGB (Red+Green+Blue) = 174+166+186=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEA6BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA6BA is #515945. Grayscale: #AAAAAA. Windows color (decimal): -5331270 or 12232366. OLE color: 12232366.

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

Color convert

RGB174166186-
CMYK0.060.1100.27
HSL264º12.66%69.02%-
HSV(B)264º10.75%72.94%-
XYZ39.9539.8252.03-
YUV170.67136.65130.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.08%
GREEN value IS 166 (65.23% from 255) = 31.56%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=33.08%
G=31.56%
B=35.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741661860.060.1100.2726412.6669.02
HexAEA6BA6B01B108d45
Octal25624627261303341015105
Binary101011101010011010111010110101101101110000100011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA6BA; }

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

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

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

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

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

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

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

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