#AEBEAA

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

Shades of Rainee #AEBEAA

Tints of Rainee #AEBEAA

Color information

#AEBEAA (or 0xAEBEAA) is unknown color: approx Rainee. HEX triplet: AE, BE and AA. RGB value is (174,190,170). Sum of RGB (Red+Green+Blue) = 174+190+170=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBEAA is #514155. Grayscale: #B6B6B6. Windows color (decimal): -5325142 or 11189934. OLE color: 11189934.

HSL color Cylindrical-coordinate representation of color #AEBEAA: hue angle of 108º degrees, saturation: 0.13, 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 #AEBEAA is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB174190170-
CMYK0.0800.110.25
HSL108º13.33%70.59%-
HSV(B)108º10.53%74.51%-
XYZ43.1248.7345.16-
YUV182.94120.7121.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=32.58%
G=35.58%
B=31.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901700.0800.110.2510813.3370.59
HexAEBEAA80B196cd47
Octal256276252100133115415107
Binary10101110101111101010101010000101111001110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEAA; }

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

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

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

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

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

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

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

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