#AEB4AE

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

Shades of Rainee #AEB4AE

Tints of Rainee #AEB4AE

Color information

#AEB4AE (or 0xAEB4AE) is unknown color: approx Rainee. HEX triplet: AE, B4 and AE. RGB value is (174,180,174). Sum of RGB (Red+Green+Blue) = 174+180+174=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB4AE is #514B51. Grayscale: #B1B1B1. Windows color (decimal): -5327698 or 11449518. OLE color: 11449518.

HSL color Cylindrical-coordinate representation of color #AEB4AE: hue angle of 120º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AEB4AE is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB174180174-
CMYK0.0300.030.29
HSL120º3.85%69.41%-
HSV(B)120º3.33%70.59%-
XYZ41.4244.746.49-
YUV177.52126.01125.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=32.95%
G=34.09%
B=32.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801740.0300.030.291203.8569.41
HexAEB4AE3031D78445
Octal256264256303351704105
Binary101011101011010010101110110111110111110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4AE; }

 p { color: rgb(174,180,174); }

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

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

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

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

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

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

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