#AEA6BB

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

Shades of Biloba Flower #AEA6BB

Tints of Biloba Flower #AEA6BB

Color information

#AEA6BB (or 0xAEA6BB) is unknown color: approx Biloba Flower. HEX triplet: AE, A6 and BB. RGB value is (174,166,187). Sum of RGB (Red+Green+Blue) = 174+166+187=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEA6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA6BB is #515944. Grayscale: #AAAAAA. Windows color (decimal): -5331269 or 12297902. OLE color: 12297902.

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

Color convert

RGB174166187-
CMYK0.070.1100.27
HSL262.86º13.38%69.22%-
HSV(B)262.86º11.23%73.33%-
XYZ40.0639.8652.6-
YUV170.79137.15130.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 166 (65.23% from 255) = 31.50%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=33.02%
G=31.50%
B=35.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741661870.070.1100.27262.8613.3869.22
HexAEA6BB7B01B107d45
Octal25624627371303340715105
Binary101011101010011010111011111101101101110000011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA6BB; }

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

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

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

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

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

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

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

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