#AEB5AE

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

Shades of Rainee #AEB5AE

Tints of Rainee #AEB5AE

Color information

#AEB5AE (or 0xAEB5AE) is unknown color: approx Rainee. HEX triplet: AE, B5 and AE. RGB value is (174,181,174). Sum of RGB (Red+Green+Blue) = 174+181+174=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB5AE is #514A51. Grayscale: #B2B2B2. Windows color (decimal): -5327442 or 11449774. OLE color: 11449774.

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

Color convert

RGB174181174-
CMYK0.0400.040.29
HSL120º4.52%69.61%-
HSV(B)120º3.87%70.98%-
XYZ41.6245.146.56-
YUV178.11125.68125.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=32.89%
G=34.22%
B=32.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741811740.0400.040.291204.5269.61
HexAEB5AE4041D78546
Octal256265256404351705106
Binary10101110101101011010111010001001110111110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB5AE; }

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

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

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

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

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

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

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

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