#AEB9AD

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

Shades of Rainee #AEB9AD

Tints of Rainee #AEB9AD

Color information

#AEB9AD (or 0xAEB9AD) is unknown color: approx Rainee. HEX triplet: AE, B9 and AD. RGB value is (174,185,173). Sum of RGB (Red+Green+Blue) = 174+185+173=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB9AD is #514652. Grayscale: #B4B4B4. Windows color (decimal): -5326419 or 11385262. OLE color: 11385262.

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

Color convert

RGB174185173-
CMYK0.0600.060.27
HSL115º7.89%70.2%-
HSV(B)115º6.49%72.55%-
XYZ42.3546.7146.32-
YUV180.34123.86123.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.71%
GREEN value IS 185 (72.66% from 255) = 34.77%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=32.71%
G=34.77%
B=32.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851730.0600.060.271157.8970.2
HexAEB9AD6061B73846
Octal2562712556063316310106
Binary101011101011100110101101110011011011111001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9AD; }

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

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

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

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

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

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

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

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