#AEBAAA

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

Shades of Rainee #AEBAAA

Tints of Rainee #AEBAAA

Color information

#AEBAAA (or 0xAEBAAA) is unknown color: approx Rainee. HEX triplet: AE, BA and AA. RGB value is (174,186,170). Sum of RGB (Red+Green+Blue) = 174+186+170=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBAAA is #514555. Grayscale: #B4B4B4. Windows color (decimal): -5326166 or 11188910. OLE color: 11188910.

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

Color convert

RGB174186170-
CMYK0.0600.090.27
HSL105º10.39%69.8%-
HSV(B)105º8.6%72.94%-
XYZ42.2747.0244.88-
YUV180.59122.02123.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=32.83%
G=35.09%
B=32.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861700.0600.090.2710510.3969.8
HexAEBAAA6091B69a46
Octal25627225260113315112106
Binary1010111010111010101010101100100111011110100110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAAA; }

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

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

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

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

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

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

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

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