#AEB9AC

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

Shades of Rainee #AEB9AC

Tints of Rainee #AEB9AC

Color information

#AEB9AC (or 0xAEB9AC) is unknown color: approx Rainee. HEX triplet: AE, B9 and AC. RGB value is (174,185,172). Sum of RGB (Red+Green+Blue) = 174+185+172=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB9AC is #514653. Grayscale: #B4B4B4. Windows color (decimal): -5326420 or 11319726. OLE color: 11319726.

HSL color Cylindrical-coordinate representation of color #AEB9AC: hue angle of 110.77º degrees, saturation: 0.08, 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 #AEB9AC is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB174185172-
CMYK0.0600.070.27
HSL110.77º8.5%70%-
HSV(B)110.77º7.03%72.55%-
XYZ42.2546.6845.81-
YUV180.23123.36123.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 185 (72.66% from 255) = 34.84%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=32.77%
G=34.84%
B=32.39%

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
Decimal1741851720.0600.070.27110.778.570
HexAEB9AC6071B6f846
Octal2562712546073315710106
Binary101011101011100110101100110011111011110111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9AC; }

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

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

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

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

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

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

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

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