#AEA8B9

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

Shades of Biloba Flower #AEA8B9

Tints of Biloba Flower #AEA8B9

Color information

#AEA8B9 (or 0xAEA8B9) is unknown color: approx Biloba Flower. HEX triplet: AE, A8 and B9. RGB value is (174,168,185). Sum of RGB (Red+Green+Blue) = 174+168+185=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 185 - color contains mainly: blue. Hex color #AEA8B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8B9 is #515746. Grayscale: #ABABAB. Windows color (decimal): -5330759 or 12167342. OLE color: 12167342.

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

Color convert

RGB174168185-
CMYK0.060.0900.27
HSL261.18º10.83%69.22%-
HSV(B)261.18º9.19%72.55%-
XYZ40.2240.5151.6-
YUV171.73135.49129.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 168 (66.02% from 255) = 31.88%
BLUE value IS 185 (72.66% from 255) = 35.10%
R=33.02%
G=31.88%
B=35.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741681850.060.0900.27261.1810.8369.22
HexAEA8B96901B105b45
Octal25625027161103340513105
Binary101011101010100010111001110100101101110000010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA8B9; }

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

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

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

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

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

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

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

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