#AEBFAA

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

Shades of Rainee #AEBFAA

Tints of Rainee #AEBFAA

Color information

#AEBFAA (or 0xAEBFAA) is unknown color: approx Rainee. HEX triplet: AE, BF and AA. RGB value is (174,191,170). Sum of RGB (Red+Green+Blue) = 174+191+170=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBFAA is #514055. Grayscale: #B7B7B7. Windows color (decimal): -5324886 or 11190190. OLE color: 11190190.

HSL color Cylindrical-coordinate representation of color #AEBFAA: hue angle of 108.57º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEBFAA is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB174191170-
CMYK0.0900.110.25
HSL108.57º14.09%70.78%-
HSV(B)108.57º10.99%74.9%-
XYZ43.3449.1645.24-
YUV183.52120.37121.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=32.52%
G=35.70%
B=31.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911700.0900.110.25108.5714.0970.78
HexAEBFAA90B196de47
Octal256277252110133115516107
Binary10101110101111111010101010010101111001110110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFAA; }

 p { color: rgb(174,191,170); }

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

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

 a { background-color: rgb(174,191,170); }

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

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

 span { border-color: rgb(174,191,170); }

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