#AEBEA8

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

Shades of Rainee #AEBEA8

Tints of Rainee #AEBEA8

Color information

#AEBEA8 (or 0xAEBEA8) is unknown color: approx Rainee. HEX triplet: AE, BE and A8. RGB value is (174,190,168). Sum of RGB (Red+Green+Blue) = 174+190+168=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBEA8 is #514157. Grayscale: #B6B6B6. Windows color (decimal): -5325144 or 11058862. OLE color: 11058862.

HSL color Cylindrical-coordinate representation of color #AEBEA8: hue angle of 103.64º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEBEA8 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB174190168-
CMYK0.0800.120.25
HSL103.64º14.47%70.2%-
HSV(B)103.64º11.58%74.51%-
XYZ42.9448.6544.17-
YUV182.71119.7121.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.71%
GREEN value IS 190 (74.61% from 255) = 35.71%
BLUE value IS 168 (66.02% from 255) = 31.58%
R=32.71%
G=35.71%
B=31.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901680.0800.120.25103.6414.4770.2
HexAEBEA880C1968e46
Octal256276250100143115016106
Binary10101110101111101010100010000110011001110100011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEA8; }

 p { color: rgb(174,190,168); }

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

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

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

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

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

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

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