#AECFA5

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

Shades of Rainee #AECFA5

Tints of Rainee #AECFA5

Color information

#AECFA5 (or 0xAECFA5) is unknown color: approx Rainee. HEX triplet: AE, CF and A5. RGB value is (174,207,165). Sum of RGB (Red+Green+Blue) = 174+207+165=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECFA5 is #51305A. Grayscale: #C0C0C0. Windows color (decimal): -5320795 or 10866606. OLE color: 10866606.

HSL color Cylindrical-coordinate representation of color #AECFA5: hue angle of 107.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AECFA5 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB174207165-
CMYK0.1600.200.19
HSL107.14º30.43%72.94%-
HSV(B)107.14º20.29%81.18%-
XYZ46.5656.3444.02-
YUV192.34112.57114.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 207 (81.25% from 255) = 37.91%
BLUE value IS 165 (64.84% from 255) = 30.22%
R=31.87%
G=37.91%
B=30.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742071650.1600.200.19107.1430.4372.94
HexAECFA510014136b1e49
Octal256317245200242315336111
Binary10101110110011111010010110000010100100111101011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECFA5; }

 p { color: rgb(174,207,165); }

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

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

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

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

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

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

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