#AEBEAC

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

Shades of Rainee #AEBEAC

Tints of Rainee #AEBEAC

Color information

#AEBEAC (or 0xAEBEAC) is unknown color: approx Rainee. HEX triplet: AE, BE and AC. RGB value is (174,190,172). Sum of RGB (Red+Green+Blue) = 174+190+172=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBEAC is #514153. Grayscale: #B7B7B7. Windows color (decimal): -5325140 or 11321006. OLE color: 11321006.

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

Color convert

RGB174190172-
CMYK0.0800.090.25
HSL113.33º12.16%70.98%-
HSV(B)113.33º9.47%74.51%-
XYZ43.3248.846.17-
YUV183.16121.7121.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=32.46%
G=35.45%
B=32.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901720.0800.090.25113.3312.1670.98
HexAEBEAC8091971c47
Octal256276254100113116114107
Binary10101110101111101010110010000100111001111000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEAC; }

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

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

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

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

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

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

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

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