#AEB2AE

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

Shades of Rainee #AEB2AE

Tints of Rainee #AEB2AE

Color information

#AEB2AE (or 0xAEB2AE) is unknown color: approx Rainee. HEX triplet: AE, B2 and AE. RGB value is (174,178,174). Sum of RGB (Red+Green+Blue) = 174+178+174=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB2AE is #514D51. Grayscale: #B0B0B0. Windows color (decimal): -5328210 or 11449006. OLE color: 11449006.

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

Color convert

RGB174178174-
CMYK0.0200.020.30
HSL120º2.53%69.02%-
HSV(B)120º2.25%69.8%-
XYZ41.0243.946.36-
YUV176.35126.67126.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.08%
GREEN value IS 178 (69.92% from 255) = 33.84%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=33.08%
G=33.84%
B=33.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741781740.0200.020.301202.5369.02
HexAEB2AE2021E78345
Octal256262256202361703105
Binary10101110101100101010111010010111101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2AE; }

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

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

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

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

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

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

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

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