#AEBAAD

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

Shades of Rainee #AEBAAD

Tints of Rainee #AEBAAD

Color information

#AEBAAD (or 0xAEBAAD) is unknown color: approx Rainee. HEX triplet: AE, BA and AD. RGB value is (174,186,173). Sum of RGB (Red+Green+Blue) = 174+186+173=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBAAD is #514552. Grayscale: #B4B4B4. Windows color (decimal): -5326163 or 11385518. OLE color: 11385518.

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

Color convert

RGB174186173-
CMYK0.0600.070.27
HSL115.38º8.61%70.39%-
HSV(B)115.38º6.99%72.94%-
XYZ42.5647.1346.39-
YUV180.93123.52123.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=32.65%
G=34.90%
B=32.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861730.0600.070.27115.388.6170.39
HexAEBAAD6071B73946
Octal2562722556073316311106
Binary101011101011101010101101110011111011111001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAAD; }

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

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

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

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

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

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

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

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