#AECFA4

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

Shades of Rainee #AECFA4

Tints of Rainee #AECFA4

Color information

#AECFA4 (or 0xAECFA4) is unknown color: approx Rainee. HEX triplet: AE, CF and A4. RGB value is (174,207,164). Sum of RGB (Red+Green+Blue) = 174+207+164=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECFA4 is #51305B. Grayscale: #C0C0C0. Windows color (decimal): -5320796 or 10801070. OLE color: 10801070.

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

Color convert

RGB174207164-
CMYK0.1600.210.19
HSL106.05º30.94%72.75%-
HSV(B)106.05º20.77%81.18%-
XYZ46.4756.343.54-
YUV192.23112.07115-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 164 (64.45% from 255) = 30.09%
R=31.93%
G=37.98%
B=30.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742071640.1600.210.19106.0530.9472.75
HexAECFA410015136a1f49
Octal256317244200252315237111
Binary10101110110011111010010010000010101100111101010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECFA4; }

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

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

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

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

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

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

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

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